CE-EE parity to spec/lib/gitlab/ci/config_spec.rb
This commit is contained in:
parent
9c48089190
commit
557f4e6a43
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ describe Gitlab::Ci::Config do
|
|||
describe '.new' do
|
||||
it 'raises error' do
|
||||
expect { config }.to raise_error(
|
||||
Gitlab::Ci::Config::Loader::FormatError,
|
||||
::Gitlab::Ci::Config::Loader::FormatError,
|
||||
/Invalid configuration format/
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue