debian-mirror-gitlab/spec/support/shared_contexts/csv_response_shared_context.rb
2020-10-24 23:57:45 +05:30

6 lines
124 B
Ruby

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