| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
These FormHelpers are selectors that aren't a capybara default but are
considered useful for Rails applications.
|
|
|
|
|
|
|
| |
This is not yet configurable but is the minimum required to make
Capybara work with the Selenium driver. A lot of this will change as the
tests get fleshed out and the initialization requirements will eventually
be configurable via the application.
|
|
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.
|