fixes typo in proposals_spec

This commit is contained in:
kikito
2016-04-27 13:55:59 +02:00
parent 708804fb5f
commit 1a51566471

View File

@@ -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