mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +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::ExportCsvController do
|
||||
|
||||
it "is a subclass of AdminController" do
|
||||
(Admin::ExportCsvController < Admin::AdminController).should be_true
|
||||
(Admin::ExportCsvController < Admin::AdminController).should == true
|
||||
end
|
||||
|
||||
let(:export_filename) { "export_b6a2bc87.csv" }
|
||||
|
Reference in New Issue
Block a user