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

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