Commit 71ef0c9e authored by Kamil Trzcinski's avatar Kamil Trzcinski

Improve test

parent d7f1ba24
...@@ -260,6 +260,8 @@ describe Namespace, models: true do ...@@ -260,6 +260,8 @@ describe Namespace, models: true do
end end
context 'without limit' do context 'without limit' do
let(:namespace) { create(:namespace, :with_build_minutes_limit) }
it { is_expected.to be_falsey } it { is_expected.to be_falsey }
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