Sha256: dcb0187f9a9007387ecddaeeaf293adf446303021a8467ea80310ad1ba134198

Contents?: true

Size: 244 Bytes

Versions: 8

Compression:

Stored size: 244 Bytes

Contents

ENV["RAILS_ENV"] = "development"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'

class Test::Unit::TestCase
  self.use_transactional_fixtures = true
  self.use_instantiated_fixtures  = false
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
johnsbrn-has_many_polymorphs-2.13.1 test/integration/app/test/test_helper.rb
johnsbrn-has_many_polymorphs-2.13.3 test/integration/app/test/test_helper.rb
johnsbrn-has_many_polymorphs-2.13 test/integration/app/test/test_helper.rb
has_many_polymorphs-2.13 test/integration/app/test/test_helper.rb
has_many_polymorphs-2.12 test/integration/app/test/test_helper.rb
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/test/test_helper.rb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/integration/app/test/test_helper.rb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/integration/app/test/test_helper.rb