aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-04-02 16:54:17 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-04-02 17:37:36 -0700
commitd7a1a3870b9bc9f8b15aba6b06e7e26f1918c406 (patch)
tree5646946078cbc45eea1966fd0a3d6584904d4636
parent3f279009e9c1acd49c50bf77610ddeb754f21ebc (diff)
downloadrails-d7a1a3870b9bc9f8b15aba6b06e7e26f1918c406.tar.gz
rails-d7a1a3870b9bc9f8b15aba6b06e7e26f1918c406.tar.bz2
rails-d7a1a3870b9bc9f8b15aba6b06e7e26f1918c406.zip
We don't need to remove index.html any more.
Since it's not a real file any longer, no need to worry about removing it when we reset the dummy.
-rw-r--r--railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb b/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb
index 5fe01d0961..81131dbacc 100644
--- a/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb
+++ b/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb
@@ -107,7 +107,6 @@ task default: :test
remove_file "Gemfile"
remove_file "lib/tasks"
remove_file "app/assets/images/rails.png"
- remove_file "public/index.html"
remove_file "public/robots.txt"
remove_file "README"
remove_file "test"