aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Add ActionDispatch::SystemTestCase#fill_in_rich_text_areaGeorge Claghorn2019-05-131-1/+1
* Add `rails test:channels`.bogdanvlviv2019-01-161-1/+1
* Add Rake task for testing mailboxesGeorge Claghorn2018-12-301-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* use "minitest" consistentlyXavier Noria2018-09-111-2/+2
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-1/+1
* Need to use `klass` to get the class name of the test resultyuuji.yaginuma2018-01-031-1/+2
* Correctly get source locationyuuji.yaginuma2018-01-031-1/+6
* Set the Rails environment from an environment variableAaron Patterson2017-12-081-4/+1
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-061-1/+4
* [Railties] require_relative => requireAkira Matsuda2017-10-212-2/+2
* Remove unused requireyuuji.yaginuma2017-08-191-1/+0
* Merge pull request #29891 from pat/frozen-string-literals-railtiesRafael França2017-08-144-0/+8
|\
| * Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-144-0/+8
* | Show minitest options in test runner helpyuuji.yaginuma2017-07-311-1/+1
|/
* Merge pull request #29926 from pawandubey:fix-test-with-absolute-pathsKasper Timm Hansen2017-07-251-1/+4
|\
| * Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-251-3/+3
|/
* Fix root not being defined on Travis.Kasper Timm Hansen2017-07-161-1/+6
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-105-252/+150
* [Railties] require => require_relativeAkira Matsuda2017-07-013-4/+4
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Update system test runner docseileencodes2017-05-141-0/+1
* rake -T should load development env by default, not testTimo Kilpilehto2017-05-101-1/+1
* Allow to receive arbitrary arguments in `aggregated_results`yuuji.yaginuma2017-05-101-1/+1
* Avoid running system tests by defaultRobin Dupret2017-03-053-10/+19
* Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-1/+3
* Merge pull request #26703 from eileencodes/rails_system_testsEileen M. Uchitelle2017-02-202-0/+6
|\
| * Refactor config settings to use generated fileeileencodes2017-02-201-13/+1
| * Don't load ActionSystemTest in productioneileencodes2017-02-201-0/+12
| * Add generators and ability to run system testseileencodes2017-02-202-0/+6
* | Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-5/+29
|/
* Collect all file patterns when running multiple rake test tasksDominic Cleal2017-02-041-7/+7
* add warnings option to test runneryuuji.yaginuma2017-01-241-0/+5
* Use `on_load` to trigger commandline processing codeAaron Patterson2016-10-211-0/+8
* Prevent the test framework from being loaded in production modeAaron Patterson2016-10-211-6/+0
* Use autorun when running via Rake.Kasper Timm Hansen2016-09-251-3/+13
* Revise setting of run_with_rails_extension.Kasper Timm Hansen2016-09-251-5/+5
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in railtiesXavier Noria2016-08-061-5/+5
* applies new string literal convention in railties/libXavier Noria2016-08-066-17/+17
* remove unnessary option setting from test runneryuuji.yaginuma2016-04-251-5/+2
* [ci skip] Improve comment minitest plugin initialization.Kasper Timm Hansen2016-03-221-2/+4
* Don't get ahead of ourselves.Kasper Timm Hansen2016-03-221-3/+3
* Set Rails as the first minitest initialized plugin.Kasper Timm Hansen2016-03-221-1/+3
* make sure `rake test` respects TESTOPTSAaron Patterson2016-02-221-1/+2