summaryrefslogtreecommitdiff
path: root/spec/support/json_response.rb
blob: 43d8ab73dde69a94ac006e6aa01eb9adc33050f3 (plain)
1
2
3
4
5
RSpec.configure do |config|
  config.include_context 'JSON response', type: :controller
  config.include_context 'JSON response', type: :request
  config.include_context 'JSON response', :api
end