Skip to content

Commit

Permalink
Merge pull request #2144 from jm81/master
Browse files Browse the repository at this point in the history
Use correct current_password in RegistrationTest of invalid confirmation
  • Loading branch information
José Valim committed Nov 15, 2012
2 parents 96a0477 + f044916 commit 397fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/registerable_test.rb
Expand Up @@ -203,7 +203,7 @@ def user_sign_up

fill_in 'password', :with => 'pas123'
fill_in 'password confirmation', :with => ''
fill_in 'current password', :with => '123456'
fill_in 'current password', :with => '12345678'
click_button 'Update'

assert_contain "Password doesn't match confirmation"
Expand Down

0 comments on commit 397fce1

Please sign in to comment.