github.com/walf443/mgr@v0.0.0-20150203144449-6f7a3a548462/cli/railssample/test/test_helper.rb (about)

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