mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:36:40 +08:00
Fix check if you're up to date in javascript
This commit is contained in:
parent
208575f93d
commit
83f89b5c55
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue