diff options
author | Azul <azul@leap.se> | 2012-11-12 19:19:49 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-12 19:19:49 +0100 |
commit | 8bb19e57c5d7a40d7319c70b191d4e3145a172ce (patch) | |
tree | 42d16d0b6b4662b7bfc01a966de6711b20b192ec /users/test | |
parent | c886cc17b6f37ddd556e70fe2d76a3ea28db52bf (diff) |
commented out an unfinished test
Diffstat (limited to 'users/test')
-rw-r--r-- | users/test/unit/warden_strategy_secure_remote_password_test.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/test/unit/warden_strategy_secure_remote_password_test.rb b/users/test/unit/warden_strategy_secure_remote_password_test.rb index ee68fe7..79480f0 100644 --- a/users/test/unit/warden_strategy_secure_remote_password_test.rb +++ b/users/test/unit/warden_strategy_secure_remote_password_test.rb @@ -1,5 +1,7 @@ class WardenStrategySecureRemotePasswordTest < ActiveSupport::TestCase +# TODO : turn this into sth. real +=begin setup do @user = stub :login => "me", :id => 123 @client_hex = 'a123' @@ -57,5 +59,5 @@ class WardenStrategySecureRemotePasswordTest < ActiveSupport::TestCase assert_json_response :errors => {"password" => ["wrong password"]} end - +=end end |