Sha256: c0eb4d544f192d7b5adfb732756d019f19cc8db5d2574d84259eabab355e1a0b

Contents?: true

Size: 427 Bytes

Versions: 8

Compression:

Stored size: 427 Bytes

Contents

ENV["RAILS_ENV"] = "test"

# Boot rails application and testing parts ...
require "fixtures/rails_app/config/environment"
require "rails/test_help"

load File.join(File.dirname(__FILE__), "schema.rb")
require 'factories'

class ActiveSupport::TestCase
  self.use_transactional_fixtures = true
  self.use_instantiated_fixtures  = false
end

# As we are mocking a Rails Application, we need to load configurations.
Typus.reload!

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-3.0.2 test/test_helper.rb
typus-3.0.1 test/test_helper.rb
typus-3.0.0 test/test_helper.rb
typus-1.0.0.pre13 test/test_helper.rb
typus-1.0.0.pre12 test/test_helper.rb
typus-1.0.0.pre11 test/test_helper.rb
typus-1.0.0.pre10 test/test_helper.rb
typus-1.0.0.pre9 test/test_helper.rb