summaryrefslogtreecommitdiff
path: root/spec/support/json_response_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/json_response_helpers.rb')
-rw-r--r--spec/support/json_response_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/json_response_helpers.rb b/spec/support/json_response_helpers.rb
index e8d2ef2d7f0..aa235529c56 100644
--- a/spec/support/json_response_helpers.rb
+++ b/spec/support/json_response_helpers.rb
@@ -3,7 +3,7 @@ shared_context 'JSON response' do
end
RSpec.configure do |config|
- config.include_context 'JSON response', type: :controller
+ config.include_context 'JSON response'
config.include_context 'JSON response', type: :request
config.include_context 'JSON response', :api
end