mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 13:16:09 +10:00
Test dependencies defined as symbols
This commit is contained in:
committed by
Rémy Coutable
parent
8fac12c590
commit
858bf727bc
@@ -497,6 +497,12 @@ module Ci
|
||||
it { expect { subject }.to_not raise_error }
|
||||
end
|
||||
|
||||
context 'dependencies to builds defined as symbols' do
|
||||
let(:dependencies) { [:build1, :build2] }
|
||||
|
||||
it { expect { subject }.to_not raise_error }
|
||||
end
|
||||
|
||||
context 'undefined dependency' do
|
||||
let(:dependencies) { ['undefined'] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user