aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to run system tests via Capybaraeileencodes2017-02-201-0/+12
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.