summaryrefslogtreecommitdiff
path: root/spec/support/json_response.rb
blob: 55bdce0cfe95da95a206b4c2b1e276127f0e87ca (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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