Skip to content

Commit

Permalink
Merge pull request #24 from JayFliz/patch-1
Browse files Browse the repository at this point in the history
Update sign_up_spec.rb
  • Loading branch information
DanielKehoe authored Nov 26, 2017
2 parents 92cd1ad + c6823e8 commit e4407d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/visitors/sign_up_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# When I sign up with a short password
# Then I see a 'too short password' message
scenario 'visitor cannot sign up with a short password' do
sign_up_with('[email protected]', 'please', 'please')
sign_up_with('[email protected]', 'short', 'short')
expect(page).to have_content "Password is too short"
end

Expand Down

0 comments on commit e4407d3

Please sign in to comment.