From 1a5156647161d3a77ea65d425fea2be822ab9e3f Mon Sep 17 00:00:00 2001 From: kikito Date: Wed, 27 Apr 2016 13:55:59 +0200 Subject: [PATCH] fixes typo in proposals_spec --- spec/features/proposals_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/proposals_spec.rb b/spec/features/proposals_spec.rb index 4510269d5..c5a202543 100644 --- a/spec/features/proposals_spec.rb +++ b/spec/features/proposals_spec.rb @@ -185,7 +185,7 @@ feature 'Proposals' do expect(page).to have_content 'Sorry, that was too quick! Please resubmit' - expect(current_path).to eq(spending_proposals_path) + expect(current_path).to eq(proposals_path) end scenario 'Responsible name is stored for anonymous users' do