ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' require File.expand_path('../../../test_application_test_helper', File.dirname(__FILE__)) # This file contains test code specific to this test application. Helper # test code that is shared among all test applications should live in # test/test_application_test_helper.rb.