summaryrefslogtreecommitdiff
path: root/spec/support/csv_response.rb
blob: 9ed76dcdd4a75cb70d3d1aa1e9d62feaddad6692 (plain)
1
2
3
4
5
# frozen_string_literal: true

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