Skip to content

Commit

Permalink
Fixed images path in plugin_new_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw authored and josevalim committed Apr 22, 2011
1 parent a8870d1 commit d42e43b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ def test_dummy_clean
remove_file "doc"
remove_file "Gemfile"
remove_file "lib/tasks"
remove_file "public/images/rails.png"
remove_file "app/assets/images/rails.png"
remove_file "public/index.html"
remove_file "public/robots.txt"
remove_file "README"
Expand Down

0 comments on commit d42e43b

Please sign in to comment.