Commit 7712b27f authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts for spec/services/quick_actions/interpret_service_spec.rb

parent 8e54fcdd
...@@ -825,7 +825,11 @@ describe QuickActions::InterpretService do ...@@ -825,7 +825,11 @@ describe QuickActions::InterpretService do
let(:issuable) { issue } let(:issuable) { issue }
end end
<<<<<<< HEAD it_behaves_like 'confidential command' do
let(:content) { '/confidential' }
let(:issuable) { issue }
end
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)
...@@ -858,11 +862,6 @@ describe QuickActions::InterpretService do ...@@ -858,11 +862,6 @@ describe QuickActions::InterpretService do
expect(updates).to be_empty expect(updates).to be_empty
end end
=======
it_behaves_like 'confidential command' do
let(:content) { '/confidential' }
let(:issuable) { issue }
>>>>>>> upstream/master
end end
context '/copy_metadata command' do context '/copy_metadata command' do
......
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