aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/driver_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor driver adapter getter/settereileencodes2017-02-201-4/+9
| | | | | | This makes it easier to ask the system test what driver adapter it is currently using, and makes it easier to change that setting when necessary.
* Add configuration option for driver adaptereileencodes2017-02-201-4/+2
| | | | | This allows any application to change the driver adapter based on the config settings in the test env.
* Add ability to run system tests via Capybaraeileencodes2017-02-201-0/+18
Capybara defaults to Rack Test for it's driver and works out of the box but this adds the headers and allows for future configurable adapters for system testing.