Sha256: e3d6c299181632af7f22572473532ae987fbde84c1a26d5d5923b8e4e61397dc
Contents?: true
Size: 352 Bytes
Versions: 15
Compression:
Stored size: 352 Bytes
Contents
# Plugin specific configuration and helper functions class Test::Unit::TestCase # Turn off transactional fixtures if you're working with MyISAM tables in MySQL self.use_transactional_fixtures = false # Instantiated fixtures are slow, but give you @david where you otherwise would need people(:david) self.use_instantiated_fixtures = false end
Version data entries
15 entries across 15 versions & 2 rubygems