when running tests, I’m getting an error: undefined method `use_transactional_fixtures=` for Test::Unit::testCase:Class (NoMethodError)
This happens if you generated your tests before Rails 2.3
go to test/test_helper.rb and change:
  class Test::Unit::testCase
to:
  class ActiveSupport::TestCase
                                                     
                     
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?