summaryrefslogtreecommitdiff
path: root/spec/support/csv_response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/csv_response.rb')
-rw-r--r--spec/support/csv_response.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/support/csv_response.rb b/spec/support/csv_response.rb
new file mode 100644
index 00000000000..9ed76dcdd4a
--- /dev/null
+++ b/spec/support/csv_response.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+RSpec.configure do |config|
+ config.include_context 'CSV response', type: :controller
+end