test_helper.rb 277 B

1234567891011
  1. ENV['RAILS_ENV'] ||= 'test'
  2. require File.expand_path '../../config/environment' , __FILE__
  3. require 'rails/test_help'
  4. require 'test_constants'
  5. class ActiveSupport::TestCase
  6. # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  7. fixtures :all
  8. end