diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-26 21:31:05 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-26 21:31:05 +0000 |
commit | 7f4d09d6a6af109a63c4220be0379a7424d0813a (patch) | |
tree | afe313a095478eecb9e18c876f3cab3f254616bc /test/-ext-/postponed_job | |
parent | e2793a908e23dd1dde5eaf553c5bb7ed5e8533c9 (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/postponed_job')
-rw-r--r-- | test/-ext-/postponed_job/test_postponed_job.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/postponed_job/test_postponed_job.rb b/test/-ext-/postponed_job/test_postponed_job.rb index a554936b3d..7f9ecc0492 100644 --- a/test/-ext-/postponed_job/test_postponed_job.rb +++ b/test/-ext-/postponed_job/test_postponed_job.rb @@ -22,4 +22,4 @@ class TestTask < Test::Unit::TestCase assert_match /postponed_job_call_direct_wrapper/, direct.join assert_not_match /postponed_job_register_wrapper/, registered.join end -end
\ No newline at end of file +end
\ No newline at end of file |