instance method
system_test
Ruby on Rails 6.0.6
Since v5.2.8.1Signature
system_test()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 220
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 220
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder