fixes specs

This commit is contained in:
rgarcia
2016-12-23 19:05:25 +01:00
parent 37462b79cd
commit ddeca6f06d
7 changed files with 17 additions and 13 deletions

View File

@@ -29,6 +29,10 @@ feature 'Signature sheets' do
click_button "Create signature sheet"
expect(page).to have_content "Signature sheet created successfully"
visit proposal_path(proposal)
expect(page).to have_content "1 support"
end
scenario 'Errors on create' do