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

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

RSpec.shared_context 'CSV response' do
  let(:csv_response) { CSV.parse(response.body) }
end