Comment out pending test

This commit is contained in:
Erik Michaels-Ober 2011-05-15 19:18:02 -07:00
parent 7d4256d388
commit e57c985861
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ class PasswordsControllerTest < ActionController::TestCase
end
test 'should render edit view' do
skip
get :edit, :reset_password_token => 'token'
assert_response :success
# skip 'Password reset not yet implemented'
# get :edit, :reset_password_token => 'token'
# assert_response :success
end
test 'should reset user password with an valid reset password token' do