diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-19 16:26:09 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-19 16:26:09 -0800 |
commit | 938243feb9ea177b84276821818c9eed66064340 (patch) | |
tree | 4b062ec3fa56be6ee983173c6b662bb412a7b862 /activerecord | |
parent | 902ae14e650d87bc0ba3d34030c9bb38646c0d9f (diff) | |
download | rails-938243feb9ea177b84276821818c9eed66064340.tar.gz rails-938243feb9ea177b84276821818c9eed66064340.tar.bz2 rails-938243feb9ea177b84276821818c9eed66064340.zip |
do not require ruby-debug automatically. please require it if you have declared it as a dependency
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/test/cases/helper.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/test/cases/helper.rb b/activerecord/test/cases/helper.rb index 52f26b71f5..f9bbc5299b 100644 --- a/activerecord/test/cases/helper.rb +++ b/activerecord/test/cases/helper.rb @@ -13,11 +13,6 @@ require 'active_record' require 'active_support/dependencies' require 'connection' -begin - require 'ruby-debug' -rescue LoadError -end - # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true |