Broken Rails 2.3.3 Tests
Posted: September 8, 2009 Filed under: Uncategorized Leave a commentFixtures are loaded differently in Rails 2.3.3+. If you are using FooBar.first instead of foo_bars(:one) in your tests, you may experience breakage. Hope this helps!
–DT