gitlab-org--gitlab-foss/spec/support/json_response.rb

6 lines
177 B
Ruby

RSpec.configure do |config|
config.include_context 'JSON response'
config.include_context 'JSON response', type: :request
config.include_context 'JSON response', :api
end