instance method
system_test
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
system_test()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 235
def system_test
empty_directory_with_keep_file "test/system"
template "test/application_system_test_case.rb"
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 235
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder