debian-mirror-gitlab/spec/support/json_response.rb
2018-10-15 14:42:47 +05:30

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