1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/dispatch/system_testing
eileencodes 91d22b7832 Don't call register on custom drivers
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
2017-07-08 11:13:28 -04:00
..
driver_test.rb Don't call register on custom drivers 2017-07-08 11:13:28 -04:00
screenshot_helper_test.rb Call system test driver per-instance rather than globally 2017-03-09 10:52:05 -05:00
server_test.rb Fix default host in setup, move teardown to helper file 2017-02-20 15:07:35 -05:00
system_test_case_test.rb SystemTestCase undef some IntegrationTest methods because it's confused to use. 2017-07-01 23:29:55 +09:00