method

register_rack_test

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: Driver
register_rack_test(app) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 63
        def register_rack_test(app)
          Capybara::RackTest::Driver.new(app, respect_data_method: true, **@options)
        end
Register or log in to add new notes.