aboutsummaryrefslogtreecommitdiffstats
path: root/test/testunit
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-26 14:51:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-26 14:51:35 +0000
commit715dc8355c3306ef2b61fe2dc84129b14c3fdb2e (patch)
tree2daf26542742f3f506ca83abe5985cb4b6c86e47 /test/testunit
parentc2e491c43eeb47918540bb53a211840e58ed5572 (diff)
downloadruby-715dc8355c3306ef2b61fe2dc84129b14c3fdb2e.tar.gz
* lib/test/unit.rb, lib/test/unit/parallel.rb: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/testunit')
-rw-r--r--test/testunit/test_parallel.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testunit/test_parallel.rb b/test/testunit/test_parallel.rb
index 24e03be736..62b21fc27e 100644
--- a/test/testunit/test_parallel.rb
+++ b/test/testunit/test_parallel.rb
@@ -51,7 +51,7 @@ module TestParallel
assert_match(/^ready/,@worker_out.gets)
end
end
-
+
def test_accept_run_command_multiple_times
timeout(10) do
assert_match(/^ready/,@worker_out.gets)
@@ -145,7 +145,7 @@ module TestParallel
#def test_childs
#end
-
+
def test_should_run_all_without_any_leaks
spawn_runner
buf = timeout(10){@test_out.read}