config/environments/test.rb in radiant-0.6.9 vs config/environments/test.rb in radiant-0.7.0
- old
+ new
@@ -27,10 +27,6 @@
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
-
-# Make sure Rspec is in the load path
-config.load_paths << "#{RADIANT_ROOT}/vendor/plugins/rspec/lib"
-config.load_paths << "#{RADIANT_ROOT}/vendor/plugins/rspec_on_rails/lib"
+config.action_mailer.delivery_method = :test
\ No newline at end of file