mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
fix most deprecations in the specs (still some left)
This commit is contained in:
@ -7,7 +7,7 @@ describe Admin::GroupsController do
|
||||
end
|
||||
|
||||
it "is a subclass of AdminController" do
|
||||
(Admin::GroupsController < Admin::AdminController).should be_true
|
||||
(Admin::GroupsController < Admin::AdminController).should == true
|
||||
end
|
||||
|
||||
it "produces valid json for groups" do
|
||||
|
Reference in New Issue
Block a user