Remove duplicated spec

Same spec on line 115
This commit is contained in:
decabeza
2019-03-19 18:25:48 +01:00
parent 3f1d3f3443
commit d07a8712bf

View File

@@ -377,12 +377,4 @@ feature "Proposal's dashboard" do
expect(page).to have_content(action.title)
end
end
scenario "On recommended actions section contains no_results_text when there are
not proposed_actions pending" do
visit progress_proposal_dashboard_path(proposal)
expect(page).to have_content("No recommended actions done")
end
end