Tag: Shoulda
Posts of Tag: Shoulda
Posts of Tag: Shoulda
Code works but test fails
I have a test that's failing even though the operation actually works when I test it in the browser. Something wrong with my test, looks like. I'm using Shoulda and fixtures. require 'test_helper' class Addres...Learn MoretddShouldaruby-on-railsunit-testing