summaryrefslogtreecommitdiff
path: root/spec/support/shared_contexts/csv_response_shared_context.rb
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