Sha256: 7636e2e58b2ac1fcee82e91979d905cabf0197d4239e32f879b43b1548a6b174

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

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

class ActiveSupport::TestCase
  self.use_transactional_fixtures = true

  self.use_instantiated_fixtures  = false

  fixtures :all

  # Add more helper methods to be used by all tests here...
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-5.4.4 test/test_helper.rb
typo-5.4.3 test/test_helper.rb
typo-5.4.2 test/test_helper.rb
typo-5.4.1 test/test_helper.rb
typo-5.4 test/test_helper.rb