defuse / password-hashing

Password hashing code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tests are a mess.

defuse opened this issue · comments

The tests are really messy and inconsistent. Clean them up.

Move the "self tests" (which are not really self tests) from the PasswordHash.rb file to the test.rb file. (DONE)

There are a bunch of tests that only output when they fail. These should be changed to output a "pass" when they succeed. (Was already done??)