Skip to content
Snippets Groups Projects
Commit 7d0145eb authored by Robert Speicher's avatar Robert Speicher
Browse files

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

parent ee36d59a
No related branches found
No related tags found
3 merge requests!601111.0 RC5 EE test prep branch,!5998Prepare 11.0 RC5 EE release,!5962CE upstream - 2018-06-04 14:04 UTC
Pipeline #
......@@ -23,6 +23,7 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment