Commit f62d940a authored by Shinya Maeda's avatar Shinya Maeda

Make the spec same with CE master

parent 0c76377b
......@@ -461,7 +461,6 @@ describe Group, models: true do
describe '#secret_variables_for' do
let(:project) { create(:empty_project, group: group) }
context 'when protected and unprotected variables has existsed' do
let!(:secret_variable) do
create(:ci_group_variable, value: 'secret', group: group)
end
......@@ -504,7 +503,6 @@ describe Group, models: true do
it_behaves_like 'ref is protected'
end
end
context 'when group has children', :postgresql do
let(:group_child) { create(:group, parent: group) }
......
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