mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
91d22b7832
It's possible for developers toadd a custom driver and then call it using `driven_by`. Because we were only skipping `register` for `:rack_test` that meant any custom driver would attempt to be registered as well. The three listed here are special because Rails registers them with special options. If you're registering your own custom driver then you don't want to separately register that driver. Fixes #29688 |
||
---|---|---|
.. | ||
driver_test.rb | ||
screenshot_helper_test.rb | ||
server_test.rb | ||
system_test_case_test.rb |