summaryrefslogtreecommitdiff
path: root/spec/support/shared_contexts/json_response_shared_context.rb
blob: df5fc288089ebb4b279383a01a98cbecc1ecd89c (plain)
1
2
3
shared_context 'JSON response' do
  let(:json_response) { JSON.parse(response.body) }
end