Sha256: 9bce917df6fab40045d80f0798e463e37b5dbacb3670448998e04b87d02b0d72

Contents?: true

Size: 454 Bytes

Versions: 18

Compression:

Stored size: 454 Bytes

Contents

ENV['RAILS_ENV'] = 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
  #
  # Note: You'll currently still have to declare fixtures explicitly in integration tests
  # -- they do not yet inherit this setting
  fixtures :all

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

Version data entries

18 entries across 18 versions & 1 rubygems

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