Files
railsgoat/spec/vulnerabilities
Ken Johnson 7afaabdb9b Remove confusing pending status from password_hashing_spec
The password_hashing_spec was using 'pending unless verifying_fixed?' which caused
confusing output in maintainer mode:
- Before: "1 example, 0 failures, 1 pending" with "(compared using ==)" message
- After: "1 example, 0 failures" - clean output

The spec now uses conditional expectations:
- Training mode: expects password is NOT MD5 hashed (test fails, vulnerability exists)
- Maintainer mode: expects password IS MD5 hashed (test passes, verifies vulnerability)

This addresses the "(compared using ==)" error message that @jasnow reported in issue #486.

Related to #486
2026-01-04 17:38:40 -05:00
..
2019-11-20 14:27:56 -05:00
2019-11-20 07:53:25 -05:00
2017-12-19 08:26:02 -05:00