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