instance method
test
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
test()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 109
def test
empty_directory_with_gitkeep "test/fixtures"
empty_directory_with_gitkeep "test/functional"
empty_directory_with_gitkeep "test/integration"
empty_directory_with_gitkeep "test/unit"
template "test/performance/browsing_test.rb"
template "test/test_helper.rb"
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 109
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder