Failure machine results in incorrect error messages
Closed this issue · 0 comments
aisayo commented
Found that error messages being logged are not the actual errors occurring. Example:
NUMBER OF FAILURES: 104
MESSAGES:
expected: "Ku Bull"
got: "Bull"
(compared using ==)
WHERE:
./spec/controllers/autocompletes/cancel_suspend_reasons_controller_spec.rb:14
After running the spec, this was really an error dealing with 404 expectations not being met