Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor driver adapter getter/setter | eileencodes | 2017-02-20 | 1 | -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 adapter | eileencodes | 2017-02-20 | 1 | -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 Capybara | eileencodes | 2017-02-20 | 1 | -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. |