Commit 557f4e6a authored by Robert Speicher's avatar Robert Speicher

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

parent 9c480891
......@@ -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
......
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