method
test
v8.0.0 -
Show latest stable
- Class:
Rails::AppBuilder
test()public
No documentation available.
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 235
def test
empty_directory_with_keep_file "test/fixtures/files"
empty_directory_with_keep_file "test/controllers"
empty_directory_with_keep_file "test/mailers"
empty_directory_with_keep_file "test/models"
empty_directory_with_keep_file "test/helpers"
empty_directory_with_keep_file "test/integration"
template "test/test_helper.rb"
end