Commit ae45244b authored by Robert Speicher's avatar Robert Speicher

Resolve spec/services/quick_actions/interpret_service_spec.rb

parent d1b15957
...@@ -829,7 +829,6 @@ describe QuickActions::InterpretService do ...@@ -829,7 +829,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)
...@@ -864,8 +863,6 @@ describe QuickActions::InterpretService do ...@@ -864,8 +863,6 @@ describe QuickActions::InterpretService do
end end
end end
=======
>>>>>>> upstream/master
context '/todo' do context '/todo' do
let(:content) { '/todo' } let(:content) { '/todo' }
...@@ -1486,7 +1483,6 @@ describe QuickActions::InterpretService do ...@@ -1486,7 +1483,6 @@ describe QuickActions::InterpretService do
end end
end end
end end
<<<<<<< HEAD
# EE-specific tests # EE-specific tests
...@@ -1508,7 +1504,5 @@ describe QuickActions::InterpretService do ...@@ -1508,7 +1504,5 @@ describe QuickActions::InterpretService do
expect(explanations).to eq(["Moves this issue to test/project."]) expect(explanations).to eq(["Moves this issue to test/project."])
end end
end end
=======
>>>>>>> upstream/master
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