diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-27 02:16:00 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-27 02:16:00 +0000 |
commit | 696d3046d1e0a81ccd616cd181f067e392182930 (patch) | |
tree | 7319ee843e63daf956cfe4997dd498de6dc377df /test/-ext-/postponed_job | |
parent | 787fd8581ab0a4bd519f156d3c2df00587fa2da7 (diff) |
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40950 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 754f015624..cf32eb7bd3 100644 --- a/test/-ext-/postponed_job/test_postponed_job.rb +++ b/test/-ext-/postponed_job/test_postponed_job.rb @@ -22,4 +22,4 @@ class TestPostponed_job < 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 |