instance method
test
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
test()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 224
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/channels/application_cable/connection_test.rb"
template "test/test_helper.rb"
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 224
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder