Fix check if you're up to date in javascript

This commit is contained in:
Neil Lalonde
2013-03-06 10:34:15 -05:00
parent 208575f93d
commit 83f89b5c55
4 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ describe Admin::VersionsController do
before do
DiscourseUpdates.stubs(:latest_version).returns('1.2.33')
DiscourseUpdates.stubs(:critical_update_available?).returns(false)
DiscourseUpdates.stubs(:critical_updates_available?).returns(false)
end
it "is a subclass of AdminController" do