aboutsummaryrefslogtreecommitdiffstats
path: root/actionsystemtest/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Turn system testing into it's own gem and renameeileencodes2017-02-201-0/+32
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.