test_helper.rb 284 B

123456789
  1. require File.expand_path('../../config/environment', __FILE__)
  2. require 'rails/test_help'
  3. class ActiveSupport::TestCase
  4. # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  5. fixtures :all
  6. # Add more helper methods to be used by all tests here...
  7. end