Commit 9cb21bf9 authored by Sean McGivern's avatar Sean McGivern

Resolve conflicts in quick_actions/interpret_service_spec.rb

parent d0de51e1
...@@ -817,7 +817,6 @@ describe QuickActions::InterpretService do ...@@ -817,7 +817,6 @@ describe QuickActions::InterpretService do
let(:issuable) { issue } let(:issuable) { issue }
end end
<<<<<<< HEAD
context 'issuable weights licensed' do context 'issuable weights licensed' do
before do before do
stub_licensed_features(issue_weights: true) stub_licensed_features(issue_weights: true)
...@@ -852,8 +851,6 @@ describe QuickActions::InterpretService do ...@@ -852,8 +851,6 @@ describe QuickActions::InterpretService do
end end
end end
=======
>>>>>>> upstream/master
context '/copy_metadata command' do context '/copy_metadata command' do
let(:todo_label) { create(:label, project: project, title: 'To Do') } let(:todo_label) { create(:label, project: project, title: 'To Do') }
let(:inreview_label) { create(:label, project: project, title: 'In Review') } let(:inreview_label) { create(:label, project: project, title: 'In Review') }
......
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