- ENV['RAILS_ENV'] ||= 'test'
- require File.expand_path '../../config/environment' , __FILE__
- require 'rails/test_help'
- require 'test_constants'
- class ActiveSupport::TestCase
- # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
- fixtures :all
- end
|