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

xml_shared_context.rb « rpm « packages « services « shared_contexts « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 784092d40da76d9bb448fd8a5551b2117cefd11a (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.shared_context 'with rpm package data' do
  def xml_update_params
    Gitlab::Json.parse(fixture_file('packages/rpm/payload.json')).with_indifferent_access
  end
end