Method: ActionDispatch::SystemTesting::Browser#initialize
- Defined in:
- lib/action_dispatch/system_testing/browser.rb
#initialize(name) ⇒ Browser
Returns a new instance of Browser.
10 11 12 |
# File 'lib/action_dispatch/system_testing/browser.rb', line 10 def initialize(name) @name = name end |