mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
fix most deprecations in the specs (still some left)
This commit is contained in:
@ -2,7 +2,7 @@ require 'spec_helper'
|
||||
|
||||
describe Admin::ScreenedEmailsController do
|
||||
it "is a subclass of AdminController" do
|
||||
(Admin::ScreenedEmailsController < Admin::AdminController).should be_true
|
||||
(Admin::ScreenedEmailsController < Admin::AdminController).should == true
|
||||
end
|
||||
|
||||
let!(:user) { log_in(:admin) }
|
||||
|
Reference in New Issue
Block a user