method
new
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::SystemTestCase
new(*)public
No documentation available.
# File actionpack/lib/action_dispatch/system_test_case.rb, line 118
def initialize(*) # :nodoc:
super
self.class.driven_by(:selenium) unless self.class.driver?
self.class.driver.use
end