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: 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