diff options
author | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-07-01 11:53:17 -0700 |
---|---|---|
committer | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-07-01 11:53:17 -0700 |
commit | 7583a24ee0ea85d55a5e235c3082f1b67d3d7694 (patch) | |
tree | 814d6d021d42050417e2bdcc4c77f3bd0dff74e0 /actionpack | |
parent | 0515256fd32e6efb67fe90aedf0dadc25dc9e1ba (diff) | |
download | rails-7583a24ee0ea85d55a5e235c3082f1b67d3d7694.tar.gz rails-7583a24ee0ea85d55a5e235c3082f1b67d3d7694.tar.bz2 rails-7583a24ee0ea85d55a5e235c3082f1b67d3d7694.zip |
Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 state:resolved]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/old_base/abstract_unit.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/old_base/abstract_unit.rb b/actionpack/test/old_base/abstract_unit.rb index c71da7fa6c..3301041a41 100644 --- a/actionpack/test/old_base/abstract_unit.rb +++ b/actionpack/test/old_base/abstract_unit.rb @@ -12,9 +12,6 @@ require 'yaml' require 'stringio' require 'test/unit' -gem 'mocha', '>= 0.9.5' -require 'mocha' - begin require 'ruby-debug' Debugger.settings[:autoeval] = true |