CE-EE parity to spec/lib/gitlab/ci/yaml_processor_spec.rb

This commit is contained in:
Robert Speicher 2018-06-18 14:22:38 -05:00
parent 5679beb228
commit 9c48089190
No known key found for this signature in database
GPG key ID: 1D812769A7706642

View file

@ -2,7 +2,7 @@ require 'spec_helper'
module Gitlab
module Ci
describe YamlProcessor, :lib do
describe YamlProcessor do
subject { described_class.new(config) }
describe 'our current .gitlab-ci.yml' do