X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/823d530ba46c1fb3518c4deef0081738503837eb..905cf65f6b3e8acc894c268c3bf729e7b0c76292:/config/environments/test.rb diff --git a/config/environments/test.rb b/config/environments/test.rb index f0689b9..7c2f617 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -16,4 +16,9 @@ config.action_controller.perform_caching = 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 \ No newline at end of file +config.action_mailer.delivery_method = :test + +# start the debugger +require 'ruby-debug' +SCRIPT_LINES__ = {} +Debugger.start