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

Ajax

开发平台:

Others

  1. # The test environment is used exclusively to run your application's
  2. # test suite.  You never need to work with it otherwise.  Remember that
  3. # your test database is "scratch space" for the test suite and is wiped
  4. # and recreated between test runs.  Don't rely on the data there!
  5. config.cache_classes = false
  6. # Log error messages when you accidentally call methods on nil.
  7. config.whiny_nils    = true
  8. # Show full error reports and disable caching
  9. config.action_controller.consider_all_requests_local = true
  10. config.action_controller.perform_caching             = false
  11. # Tell ActionMailer not to deliver emails to the real world.
  12. # The :test delivery method accumulates sent emails in the
  13. # ActionMailer::Base.deliveries array.
  14. config.action_mailer.delivery_method = :test
  15. # Disables requets forgery protection
  16. config.action_controller.allow_forgery_protection    = false 
  17. Migrator.offer_migration_when_available            = false
  18. require 'ruby-debug'
  19. config.gem "thoughtbot-factory_girl",
  20.   :lib    => "factory_girl",
  21.   :source => "http://gems.github.com"
  22. config.gem 'rspec', :lib => false
  23. config.gem 'rspec-rails', :lib => false