method
register_rack_test
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Driver
register_rack_test(app)private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 65
def register_rack_test(app)
Capybara::RackTest::Driver.new(app, respect_data_method: true, **@options)
end