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