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