aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/proc_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/core_ext/proc_test.rb')
-rw-r--r--activesupport/test/core_ext/proc_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/proc_test.rb b/activesupport/test/core_ext/proc_test.rb
index dc7b2c957d..690bfd3bf8 100644
--- a/activesupport/test/core_ext/proc_test.rb
+++ b/activesupport/test/core_ext/proc_test.rb
@@ -1,7 +1,7 @@
require 'abstract_unit'
require 'active_support/core_ext/proc'
-class ProcTests < Test::Unit::TestCase
+class ProcTests < ActiveSupport::TestCase
def test_bind_returns_method_with_changed_self
block = Proc.new { self }
assert_equal self, block.call