CE-EE parity to spec/lib/gitlab/ci/yaml_processor_spec.rb
This commit is contained in:
parent
5679beb228
commit
9c48089190
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue