From c45a4d1417888afd57eb601f34062ee8cec3b37f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 29 Mar 2015 02:47:36 +0000 Subject: test_proc.rb: test_curry_binding * test/ruby/test_proc.rb (test_curry_binding): rename test_binding2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_proc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_proc.rb') diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 6914089b9d..e13bf59598 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -432,7 +432,7 @@ class TestProc < Test::Unit::TestCase assert_equal(:noreason, exc.reason) end - def test_binding2 + def test_curry_binding assert_raise(ArgumentError) { proc {}.curry.binding } end -- cgit v1.2.3