aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
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
commite749f7726bb47287e39555bf8b602667a4143cea (patch)
tree6f4f9b3748b9a24953ff6ba0acf445a535282452 /test/lib
parent2836bd8ac4d8716228594bcec5ccfd7309ff7e1e (diff)
downloadruby-e749f7726bb47287e39555bf8b602667a4143cea.tar.gz
fix words
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/lib')
-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