config/environments/test.rb in radiant-0.7.2 vs config/environments/test.rb in radiant-0.8.0
- old
+ new
@@ -19,14 +19,18 @@
config.whiny_nils = true
# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching = false
-ResponseCache.defaults[:perform_caching] = false
# Disable request forgery protection in test environment
config.action_controller.allow_forgery_protection = false
# Tell ActionMailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
-config.action_mailer.delivery_method = :test
+config.action_mailer.delivery_method = :test
+
+config.gem "rspec", :version => "1.2.6", :lib => false
+config.gem "rspec-rails", :version => "1.2.6", :lib => false
+config.gem "webrat", :version => "~>0.4.4", :lib => false
+config.gem "cucumber", :version => "~>0.3.9", :lib => false
\ No newline at end of file