aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-19 18:17:13 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-19 18:17:13 -0300
commit08754f12e65a9ec79633a605e986d0f1ffa4b251 (patch)
tree19afe9d285cc9169d68de7ea850625833c7bb09c /activesupport/lib/active_support
parent0533893df59a11e5c80a9a64d6db018aa46b3459 (diff)
parentfd6aaaa0c308b36df3bf06eb87b9eebfca1de127 (diff)
downloadrails-08754f12e65a9ec79633a605e986d0f1ffa4b251.tar.gz
rails-08754f12e65a9ec79633a605e986d0f1ffa4b251.tar.bz2
rails-08754f12e65a9ec79633a605e986d0f1ffa4b251.zip
Merge branch 'rm-remove-mocha'
Conflicts: actionpack/test/abstract_unit.rb
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/test_case.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb
index e6c125bfdd..751fdaef78 100644
--- a/activesupport/lib/active_support/test_case.rb
+++ b/activesupport/lib/active_support/test_case.rb
@@ -9,11 +9,6 @@ require 'active_support/testing/time_helpers'
require 'active_support/core_ext/kernel/reporting'
require 'active_support/deprecation'
-begin
- silence_warnings { require 'mocha/setup' }
-rescue LoadError
-end
-
module ActiveSupport
class TestCase < ::Minitest::Test
Assertion = Minitest::Assertion