mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
Fix all the errors to get our tests green on Rails 5.1.
This commit is contained in:
@@ -9,7 +9,7 @@ describe Admin::ScreenedEmailsController do
|
||||
|
||||
context '.index' do
|
||||
before do
|
||||
xhr :get, :index
|
||||
get :index, format: :json
|
||||
end
|
||||
|
||||
subject { response }
|
||||
|
||||
Reference in New Issue
Block a user