When tests are acting strange and you can't figure out what's wrong...

Check that you didn't copy / paste / didn't change the test class definition line.

example:

My BlogPost class was mis-titled...

class FundastacheSiteTest < Test::Unit::TestCase
...

There went an hour...