Sha256: 6443ce73553924ed13b99e8cc174b992f6a208dc7bf784c993b68988918bcb68

Contents?: true

Size: 491 Bytes

Versions: 14

Compression:

Stored size: 491 Bytes

Contents

# Configure Rails Environment
ENV['RAILS_ENV'] = 'test'

require File.expand_path('../dummy/config/environment.rb',  __FILE__)
require 'rails/test_help'
require 'mocha/setup'

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

# Load fixtures from the engine
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path('../fixtures', __FILE__)
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
wagons-0.6.1 test/test_helper.rb
wagons-0.6.0 test/test_helper.rb
wagons-0.5.0 test/test_helper.rb
wagons-0.4.8 test/test_helper.rb
wagons-0.4.7 test/test_helper.rb
wagons-0.4.6 test/test_helper.rb
wagons-0.4.5 test/test_helper.rb
wagons-0.4.4 test/test_helper.rb
wagons-0.4.3 test/test_helper.rb
wagons-0.4.2 test/test_helper.rb
wagons-0.4.1 test/test_helper.rb
wagons-0.4.0 test/test_helper.rb
wagons-0.3.1 test/test_helper.rb
wagons-0.3.0 test/test_helper.rb