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:
@ -3,7 +3,7 @@ require 'spec_helper'
|
||||
describe Admin::SiteCustomizationsController do
|
||||
|
||||
it "is a subclass of AdminController" do
|
||||
(Admin::UsersController < Admin::AdminController).should be_true
|
||||
(Admin::UsersController < Admin::AdminController).should == true
|
||||
end
|
||||
|
||||
context 'while logged in as an admin' do
|
||||
|
Reference in New Issue
Block a user