Skip to content

Commit

Permalink
Correct the test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Oct 12, 2011
1 parent d199cd8 commit 487328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascript/public/test/validators/confirmation.js
Expand Up @@ -15,7 +15,7 @@ test('when values match', function() {
equal(clientSideValidations.validators.local.confirmation(password_element, options), undefined);
});

test('when values match', function() {
test('when values do not match', function() {
var password_element = $('#password');
var password_confirmation_element = $('#password_confirmation');
var options = { message: "failed validation" };
Expand Down

0 comments on commit 487328d

Please sign in to comment.