Commit 7d0145eb authored by Robert Speicher's avatar Robert Speicher

Add required `scope` attribute to ee/spec/models/epic_spec.rb

parent ee36d59a
......@@ -23,6 +23,7 @@ describe Epic do
it_behaves_like 'AtomicInternalId' do
let(:internal_id_attribute) { :iid }
let(:instance) { build(:epic) }
let(:scope) { :group }
let(:scope_attrs) { { namespace: instance.group } }
let(:usage) { :epics }
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