Commit 858bf727 authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by Rémy Coutable

Test dependencies defined as symbols

parent 8fac12c5
......@@ -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'] }
......
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