From f927a60d0fa33f3e0fc3c0c891ae7657a227707f Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 22 Nov 2008 15:19:19 -0800 Subject: Require mocha >= 0.9.0 for AS tests --- activesupport/test/abstract_unit.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activesupport/test/abstract_unit.rb') diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index 047f0effad..4655f23a34 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -7,10 +7,6 @@ $:.unshift "#{File.dirname(__FILE__)}/../lib" require 'active_support' require 'active_support/test_case' -def uses_mocha(test_name, &block) - yield -end - def uses_memcached(test_name) require 'memcache' MemCache.new('localhost').stats -- cgit v1.2.3