summaryrefslogtreecommitdiff
path: root/spec/support/helpers/stub_gitlab_data.rb
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