Welcome to mirror list, hosted at ThFree Co, Russian Federation.

json_response_shared_context.rb « shared_contexts « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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