Welcome to mirror list, hosted at ThFree Co, Russian Federation.

json_response.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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