aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-12 20:29:15 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-13 09:24:43 -0200
commit17ccefc4360caea1a80eada324513dc6cb809c75 (patch)
treeb7741b29488087d2abb4ab75b667b113b978ab6d /activesupport/test
parent25b23d7ecc3a6c339fb580bd94dc5830ceb71b6f (diff)
downloadrails-17ccefc4360caea1a80eada324513dc6cb809c75.tar.gz
rails-17ccefc4360caea1a80eada324513dc6cb809c75.tar.bz2
rails-17ccefc4360caea1a80eada324513dc6cb809c75.zip
Update mocha version to 0.13.0 and change requires
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/abstract_unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb
index 0382739871..c26a48a490 100644
--- a/activesupport/test/abstract_unit.rb
+++ b/activesupport/test/abstract_unit.rb
@@ -25,7 +25,7 @@ end
require 'test/unit'
require 'empty_bool'
-silence_warnings { require 'mocha' }
+silence_warnings { require 'mocha/setup' }
ENV['NO_RELOAD'] = '1'
require 'active_support'