aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/abstract_unit.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-07-01 11:53:17 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-07-01 11:53:17 -0700
commit7583a24ee0ea85d55a5e235c3082f1b67d3d7694 (patch)
tree814d6d021d42050417e2bdcc4c77f3bd0dff74e0 /activesupport/test/abstract_unit.rb
parent0515256fd32e6efb67fe90aedf0dadc25dc9e1ba (diff)
downloadrails-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 'activesupport/test/abstract_unit.rb')
-rw-r--r--activesupport/test/abstract_unit.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb
index 77294db798..61914231ef 100644
--- a/activesupport/test/abstract_unit.rb
+++ b/activesupport/test/abstract_unit.rb
@@ -3,9 +3,6 @@ ORIG_ARGV = ARGV.dup
require 'rubygems'
require 'test/unit'
-gem 'mocha', '>= 0.9.5'
-require 'mocha'
-
ENV['NO_RELOAD'] = '1'
$:.unshift "#{File.dirname(__FILE__)}/../lib"
require 'active_support'