summaryrefslogtreecommitdiff
path: root/test/lib/test/unit.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-16 05:02:23 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-16 05:02:23 +0000
commit0e7c81a713892fa0d43496eb8a9cba17f5b4e21b (patch)
tree6f4f9b3748b9a24953ff6ba0acf445a535282452 /test/lib/test/unit.rb
parenta9b001a4eb924cb3f0517e55ef941adcffd1f4b0 (diff)
fix words
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/lib/test/unit.rb')
-rw-r--r--test/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/test/unit.rb b/test/lib/test/unit.rb
index 7357a62359..7ba525d0bf 100644
--- a/test/lib/test/unit.rb
+++ b/test/lib/test/unit.rb
@@ -184,7 +184,7 @@ module Test
options[:retry] = false
end
- opts.on '--ruby VAL', "Path to ruby; It'll have used at -j option" do |a|
+ opts.on '--ruby VAL', "Path to ruby which is used at -j option" do |a|
options[:ruby] = a.split(/ /).reject(&:empty?)
end
end