method
test_dummy_clean
v4.1.8 -
Show latest stable
- Class:
Rails::PluginBuilder
test_dummy_clean()public
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 102
def test_dummy_clean
inside dummy_path do
remove_file ".gitignore"
remove_file "db/seeds.rb"
remove_file "doc"
remove_file "Gemfile"
remove_file "lib/tasks"
remove_file "public/robots.txt"
remove_file "README"
remove_file "test"
remove_file "vendor"
end
end