diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 02:12:20 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 02:12:20 +0000 |
commit | 74201103a9bda8488672c8e7e5f413d4611e356b (patch) | |
tree | 8cc92bf7f67220a6a319f431ee651a298457d710 /lib/rake/testtask.rb | |
parent | ccdc9ecf646c2743d3bc9af2d3b2548deec16167 (diff) |
* lib/rake/*: [DOC] Capitalize "Ruby" in documentation
Patch by Dave Worth https://github.com/ruby/ruby/pull/341
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rake/testtask.rb')
-rw-r--r-- | lib/rake/testtask.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/testtask.rb b/lib/rake/testtask.rb index 19592d80c8..ff4ef3b988 100644 --- a/lib/rake/testtask.rb +++ b/lib/rake/testtask.rb @@ -64,7 +64,7 @@ module Rake # attr_accessor :loader - # Array of commandline options to pass to ruby when running test loader. + # Array of commandline options to pass to Ruby when running test loader. attr_accessor :ruby_opts # Explicitly define the list of test files to be included in a |