mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 01:42:47 +08:00
fix most deprecations in the specs (still some left)
This commit is contained in:
parent
dd5872eecb
commit
de76b512c1
121 changed files with 859 additions and 856 deletions
|
@ -3,7 +3,7 @@ require 'spec_helper'
|
|||
describe Admin::ApiController do
|
||||
|
||||
it "is a subclass of AdminController" do
|
||||
(Admin::ApiController < Admin::AdminController).should be_true
|
||||
(Admin::ApiController < Admin::AdminController).should == true
|
||||
end
|
||||
|
||||
let!(:user) { log_in(:admin) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue