summaryrefslogtreecommitdiff
path: root/test/-ext-/postponed_job/test_postponed_job.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 19:14:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 19:14:27 +0000
commit2e3d072d9da80937bf3b5a1e2bd52db21dee7114 (patch)
tree1ae78ea9893521f7910132920fe45871600c2a4a /test/-ext-/postponed_job/test_postponed_job.rb
parent5f7f1e516218a05ee904c9d4977e5fa4436a6e16 (diff)
test/-ext-: suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/postponed_job/test_postponed_job.rb')
-rw-r--r--test/-ext-/postponed_job/test_postponed_job.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/-ext-/postponed_job/test_postponed_job.rb b/test/-ext-/postponed_job/test_postponed_job.rb
index b1111ba330..032e35c055 100644
--- a/test/-ext-/postponed_job/test_postponed_job.rb
+++ b/test/-ext-/postponed_job/test_postponed_job.rb
@@ -19,8 +19,8 @@ class TestPostponed_job < Test::Unit::TestCase
Bug.postponed_job_call_direct_wrapper(direct)
Bug.postponed_job_register_wrapper(registered)
- assert_match /postponed_job_call_direct_wrapper/, direct.join
- assert_not_match /postponed_job_register_wrapper/, registered.join
+ assert_match( /postponed_job_call_direct_wrapper/, direct.join)
+ assert_not_match( /postponed_job_register_wrapper/, registered.join)
Bug.postponed_job_register_one(ary = [])
assert_equal [1], ary