summaryrefslogtreecommitdiff
path: root/test/-ext-/postponed_job/test_postponed_job.rb
diff options
context:
space:
mode:
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 7f9ecc0492..754f015624 100644
--- a/test/-ext-/postponed_job/test_postponed_job.rb
+++ b/test/-ext-/postponed_job/test_postponed_job.rb
@@ -4,7 +4,7 @@ require '-test-/postponed_job'
module Bug
def self.postponed_job_call_direct_wrapper(*args)
- postponed_job_call_direct(*arg)
+ postponed_job_call_direct(*args)
end
def self.postponed_job_register_wrapper(*args)
@@ -12,7 +12,7 @@ module Bug
end
end
-class TestTask < Test::Unit::TestCase
+class TestPostponed_job < Test::Unit::TestCase
def test_register
direct, registered = [], []