summaryrefslogtreecommitdiff
path: root/spec/support/json_response_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/json_response_helpers.rb')
-rw-r--r--spec/support/json_response_helpers.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/support/json_response_helpers.rb b/spec/support/json_response_helpers.rb
deleted file mode 100644
index aa235529c56..00000000000
--- a/spec/support/json_response_helpers.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-shared_context 'JSON response' do
- let(:json_response) { JSON.parse(response.body) }
-end
-
-RSpec.configure do |config|
- config.include_context 'JSON response'
- config.include_context 'JSON response', type: :request
- config.include_context 'JSON response', :api
-end