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

stub_gitlab_data.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa402f35b95d534706bd1143c3990b0e6269ffd0 (plain)
1
2
3
4
5
module StubGitlabData
  def gitlab_ci_yaml
    File.read(Rails.root.join('spec/support/gitlab_stubs/gitlab_ci.yml'))
  end
end