Remove empty context from CI config processor specs

This commit is contained in:
Grzegorz Bizon 2016-08-05 08:11:01 +02:00
parent c7b31e4029
commit 65871dfda5

View file

@ -533,9 +533,6 @@ module Ci
}
end
context 'when also global variables are defined' do
end
context 'when syntax is correct' do
let(:variables) do
{ VAR1: 'value1', VAR2: 'value2' }