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

stub_gitlab_data.rb « helpers « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed518393c03a34dab9cbfc8a229acf355519f5c2 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module StubGitlabData
  def gitlab_ci_yaml
    File.read(Rails.root.join('spec/support/gitlab_stubs/gitlab_ci.yml'))
  end
end