aboutsummaryrefslogtreecommitdiffstats
path: root/actionsystemtest/lib/action_system_test/driver_adapters
Commit message (Collapse)AuthorAgeFilesLines
* Use 1 thread instead of 4 with Puma server for system testseileencodes2017-02-201-1/+1
|
* Set Webrick logger for system testingeileencodes2017-02-201-1/+1
| | | | | | If this is not set Webrick will log **everything** to STDOUT and distract from the running tests. This will instead log to the log file. This example was extracted from the Capybara source code.
* Rename call to runeileencodes2017-02-202-2/+2
| | | | | Call doesn't make as much sense here, we're really starting to run the driver.
* Amend documentationeileencodes2017-02-202-23/+32
| | | | | Many changes have been made since the beginning so documentation needed a refresher.
* Turn system testing into it's own gem and renameeileencodes2017-02-203-0/+226
Renames `Rails::SystemTestCase` to `ActionSystemTest` and moves it to a gem under the Rails name. We need to name the class `ActionSystemTestCase` because the gem expects a module but tests themselves expect a class. Adds MIT-LICENSE, CHANGELOG, and README for the future.