Commit bddc9a74 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve conflicts in entities and interpret_service_spec

parent 2ae77035
...@@ -294,10 +294,7 @@ module API ...@@ -294,10 +294,7 @@ module API
expose :upvotes, :downvotes expose :upvotes, :downvotes
expose :due_date expose :due_date
expose :confidential expose :confidential
<<<<<<< HEAD
expose :weight, if: ->(issue, _) { issue.supports_weight? } expose :weight, if: ->(issue, _) { issue.supports_weight? }
=======
>>>>>>> upstream/master
expose :web_url do |issue, options| expose :web_url do |issue, options|
Gitlab::UrlBuilder.build(issue) Gitlab::UrlBuilder.build(issue)
......
...@@ -695,7 +695,6 @@ describe QuickActions::InterpretService, services: true do ...@@ -695,7 +695,6 @@ describe QuickActions::InterpretService, services: true 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)
...@@ -730,8 +729,6 @@ describe QuickActions::InterpretService, services: true do ...@@ -730,8 +729,6 @@ describe QuickActions::InterpretService, services: true do
end end
end end
=======
>>>>>>> upstream/master
context '/duplicate command' do context '/duplicate command' do
it_behaves_like 'duplicate command' do it_behaves_like 'duplicate command' do
let(:issue_duplicate) { create(:issue, project: project) } let(:issue_duplicate) { create(:issue, project: project) }
......
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