aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-111-0/+5
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-172-4/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-143-0/+6
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Includes namespace in system test skelton when namespace is specifiedyuuji.yaginuma2017-05-281-1/+1
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-203-3/+3
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-5/+0
* Add default configuration to generated system test helpereileencodes2017-02-201-0/+2
* Move and rename system testseileencodes2017-02-202-4/+6
* Refactor config settings to use generated fileeileencodes2017-02-203-2/+14
* Turn system testing into it's own gem and renameeileencodes2017-02-201-1/+1
* Appease Rubocopeileencodes2017-02-201-1/+1
* Add generators and ability to run system testseileencodes2017-02-202-0/+20