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