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