test_helper.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. ENV["RAILS_ENV"] = "test"
  2. require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
  3. require 'test_help'
  4. class ActiveSupport::TestCase
  5.   self.use_transactional_fixtures = true
  6.   self.use_instantiated_fixtures  = false
  7.   fixtures :all
  8.   # Add more helper methods to be used by all tests here...
  9. end