Commit aaf7d602 authored by Doug Stull's avatar Doug Stull

Remove duplicate tests

parent 5014d1fc
...@@ -27,18 +27,6 @@ describe Ci::Minutes::Notification do ...@@ -27,18 +27,6 @@ describe Ci::Minutes::Notification do
it { is_expected.to be_falsey } it { is_expected.to be_falsey }
end 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
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