debian-mirror-gitlab/spec/support/json_response.rb
2019-09-30 21:07:59 +05:30

6 lines
196 B
Ruby

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