Commit 3d585654 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix pipeline specs for predefined variables

parent 33d459aa
......@@ -170,8 +170,6 @@ describe Ci::Pipeline, :mailer do
describe '#predefined_variables' do
subject { pipeline.predefined_variables }
it { is_expected.to be_an(Array) }
it 'includes the defined keys' do
keys = subject.map { |v| v[:key] }
......
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