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

csv_response.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ed76dcdd4a75cb70d3d1aa1e9d62feaddad6692 (plain)
1
2
3
4
5
# frozen_string_literal: true

RSpec.configure do |config|
  config.include_context 'CSV response', type: :controller
end