Sha256: ffd2b72a4c310332e6023a599b40c98295c43d4ed4d76a5a8ea9a5659db41fc4
Contents?: true
Size: 388 Bytes
Versions: 10
Compression:
Stored size: 388 Bytes
Contents
## # Test::Rails::TestCase is an abstract test case for Test::Rails test cases. #-- # Eventually this will hold the fixture setup stuff. class Test::Rails::TestCase < Test::Unit::TestCase undef_method :default_test # Set defaults because Rails has poor ones (and these don't inherit properly) self.use_transactional_fixtures = true self.use_instantiated_fixtures = false end
Version data entries
10 entries across 10 versions & 1 rubygems