Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused broken task for update README [ci skip]
  • Loading branch information
arunagw committed Jul 14, 2013
1 parent 1e403f1 commit 8b2bde3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions railties/Rakefile
Expand Up @@ -35,15 +35,6 @@ Rake::TestTask.new('test:regular') do |t|
t.verbose = true
end

# Update spinoffs -------------------------------------------------------------------

desc "Updates application README to the latest version Railties README"
task :update_readme do
readme = "lib/rails/generators/rails/app/templates/README"
rm readme
cp "./README.rdoc", readme
end

# Generate GEM ----------------------------------------------------------------------------

spec = eval(File.read('railties.gemspec'))
Expand Down

0 comments on commit 8b2bde3

Please sign in to comment.