aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/system_testing/screenshot_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Appease Rubocopeileencodes2017-02-201-1/+1
| | | | Rubocop / code climate don't like single quotes and prefer doubles.
* Add support for screenshotseileencodes2017-02-201-0/+20
This change adds support, tests, and documentation for the screenshot helper. If taking screenshots is supported by the driver (for example Rack Test doesn't support screenshots) then a screenshot will be taken if the test fails.