Skip to content

Commit

Permalink
Merge pull request #11433 from arunagw/removed_unused_task
Browse files Browse the repository at this point in the history
railties Rakefile tweaks
  • Loading branch information
José Valim committed Jul 14, 2013
2 parents 1e403f1 + f6dd631 commit 9fbdd9d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions railties/Rakefile
@@ -1,10 +1,6 @@
require 'rake/testtask'
require 'rubygems/package_task'

require 'date'
require 'rbconfig'


task :default => :test

desc "Run all unit tests"
Expand Down Expand Up @@ -35,15 +31,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 9fbdd9d

Please sign in to comment.