Commit 1949b4cb authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/lib/gitlab/ci/yaml_processor_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ea8b320a
...@@ -2,14 +2,8 @@ require 'spec_helper' ...@@ -2,14 +2,8 @@ require 'spec_helper'
module Gitlab module Gitlab
module Ci module Ci
<<<<<<< HEAD
describe YamlProcessor do describe YamlProcessor do
subject { described_class.new(config, path) }
let(:path) { 'path' }
=======
describe YamlProcessor, :lib do
subject { described_class.new(config) } subject { described_class.new(config) }
>>>>>>> upstream/master
describe 'our current .gitlab-ci.yml' do describe 'our current .gitlab-ci.yml' do
let(:config) { File.read("#{Rails.root}/.gitlab-ci.yml") } let(:config) { File.read("#{Rails.root}/.gitlab-ci.yml") }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment