method
registerable?
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::Driver
registerable?()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/driver.rb, line 23
def registerable?
[:selenium, :poltergeist, :webkit].include?(@name)
end