Browse Source

Remove redundant test

pull/2572/head
Manny Dinssa 2 years ago
parent
commit
116fd2f167
  1. 4
      spec/requests/merge_requests_controller_spec.rb

4
spec/requests/merge_requests_controller_spec.rb

@ -232,10 +232,6 @@ RSpec.describe MergeRequestsController, type: :request do
it "shows the correct content" do
expect(page).to have_content("Which helpdesk ticket reported this merge?")
end
it "takes the user to the merge request page" do
expect(page).to have_link("Continue", href: merge_request_path(merge_request))
end
end
end

Loading…
Cancel
Save