Sha256: b59abe0629b00648fe47b6be5583e3ff5e6460f02fec4181764dac044531ed9c

Contents?: true

Size: 253 Bytes

Versions: 5

Compression:

Stored size: 253 Bytes

Contents

ENV["RAILS_ENV"] = "test"
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
  fixtures :all
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
interlock-1.4 test/integration/app/test/test_helper.rb
interlock-1.0 test/integration/app/test/test_helper.rb
interlock-1.1 test/integration/app/test/test_helper.rb
interlock-1.2 test/integration/app/test/test_helper.rb
interlock-1.3 test/integration/app/test/test_helper.rb