Skip to content

Commit

Permalink
Fix rdoc task name (closes #10392) [murphy]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8427 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Dec 17, 2007
1 parent 436da68 commit dcc1549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ end
desc 'Run all tests by default' desc 'Run all tests by default'
task :default => :test task :default => :test


%w(test docs package pgem release).each do |task_name| %w(test rdoc package pgem release).each do |task_name|
desc "Run #{task_name} task for all projects" desc "Run #{task_name} task for all projects"
task task_name do task task_name do
PROJECTS.each do |project| PROJECTS.each do |project|
Expand Down

0 comments on commit dcc1549

Please sign in to comment.