Class: ActionDispatch::SystemTesting::Driver
- Inherits:
-
Object
- Object
- ActionDispatch::SystemTesting::Driver
- Defined in:
- lib/action_dispatch/system_testing/driver.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(name, **options) ⇒ Driver
constructor
A new instance of Driver.
- #use ⇒ Object
Constructor Details
Instance Method Details
#use ⇒ Object
13 14 15 16 17 |
# File 'lib/action_dispatch/system_testing/driver.rb', line 13 def use register if registerable? setup end |