mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 18:51:07 +08:00
fix most deprecations in the specs (still some left)
This commit is contained in:
@ -11,7 +11,7 @@ describe Admin::VersionsController do
|
||||
end
|
||||
|
||||
it "is a subclass of AdminController" do
|
||||
(Admin::VersionsController < Admin::AdminController).should be_true
|
||||
(Admin::VersionsController < Admin::AdminController).should == true
|
||||
end
|
||||
|
||||
context 'while logged in as an admin' do
|
||||
|
Reference in New Issue
Block a user