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