Commit 4586849f authored by Stan Hu's avatar Stan Hu

Merge branch '216958-remove-duplicate-tests-in-notification-spec' into 'master'

Remove duplicate tests in notification spec

Closes #216958

See merge request gitlab-org/gitlab!31349
parents 7b7c25ed aaf7d602
......@@ -27,18 +27,6 @@ describe Ci::Minutes::Notification do
it { is_expected.to be_falsey }
end
context 'when limit not yet exceeded' do
let(:group) { create(:group, :with_not_used_build_minutes_limit) }
it { is_expected.to be_falsey }
end
context 'when minutes are not yet set' do
let(:group) { create(:group, :with_build_minutes_limit) }
it { is_expected.to be_falsey }
end
end
end
......
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