summaryrefslogtreecommitdiff
path: root/spec/support/shared_contexts/json_response_shared_context.rb
blob: bd37c97ed3509ac5afa9b1e5693298f19fef4924 (plain)
1
2
3
4
5
# frozen_string_literal: true

shared_context 'JSON response' do
  let(:json_response) { JSON.parse(response.body) }
end