method
registerable?
v7.0.0 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Driver
registerable?()public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 40
def registerable?
[:selenium, :poltergeist, :webkit, :cuprite, :rack_test].include?(@driver_type)
end