| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `rails test:channels`. | bogdanvlviv | 2019-01-16 | 1 | -1/+1 |
* | Add Rake task for testing mailboxes | George Claghorn | 2018-12-30 | 1 | -1/+1 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -2/+2 |
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -2/+2 |
* | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 1 | -1/+1 |
* | Show rails instead of bin/rails on USAGE instructions | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
* | Need to use `klass` to get the class name of the test result | yuuji.yaginuma | 2018-01-03 | 1 | -1/+2 |
* | Correctly get source location | yuuji.yaginuma | 2018-01-03 | 1 | -1/+6 |
* | Set the Rails environment from an environment variable | Aaron Patterson | 2017-12-08 | 1 | -4/+1 |
* | Fix Rails environment when running tests with Ruby | Aaron Patterson | 2017-12-06 | 1 | -1/+4 |
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 2 | -2/+2 |
* | Remove unused require | yuuji.yaginuma | 2017-08-19 | 1 | -1/+0 |
* | Merge pull request #29891 from pat/frozen-string-literals-railties | Rafael França | 2017-08-14 | 4 | -0/+8 |
|\ |
|
| * | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 4 | -0/+8 |
* | | Show minitest options in test runner help | yuuji.yaginuma | 2017-07-31 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #29926 from pawandubey:fix-test-with-absolute-paths | Kasper Timm Hansen | 2017-07-25 | 1 | -1/+4 |
|\ |
|
| * | Allow bin/rails test task to take absolute paths as arguments | Pawan Dubey | 2017-07-25 | 1 | -3/+3 |
|/ |
|
* | Fix root not being defined on Travis. | Kasper Timm Hansen | 2017-07-16 | 1 | -1/+6 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 5 | -252/+150 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 3 | -4/+4 |
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 1 | -1/+1 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 1 | -2/+1 |
* | Update system test runner docs | eileencodes | 2017-05-14 | 1 | -0/+1 |
* | rake -T should load development env by default, not test | Timo Kilpilehto | 2017-05-10 | 1 | -1/+1 |
* | Allow to receive arbitrary arguments in `aggregated_results` | yuuji.yaginuma | 2017-05-10 | 1 | -1/+1 |
* | Avoid running system tests by default | Robin Dupret | 2017-03-05 | 3 | -10/+19 |
* | Fix run_via[]= backwards compatibility. | Kasper Timm Hansen | 2017-02-21 | 1 | -1/+3 |
* | Merge pull request #26703 from eileencodes/rails_system_tests | Eileen M. Uchitelle | 2017-02-20 | 2 | -0/+6 |
|\ |
|
| * | Refactor config settings to use generated file | eileencodes | 2017-02-20 | 1 | -13/+1 |
| * | Don't load ActionSystemTest in production | eileencodes | 2017-02-20 | 1 | -0/+12 |
| * | Add generators and ability to run system tests | eileencodes | 2017-02-20 | 2 | -0/+6 |
* | | Prevent multiple values being set to `run_via` | yuuji.yaginuma | 2017-02-18 | 1 | -5/+29 |
|/ |
|
* | Collect all file patterns when running multiple rake test tasks | Dominic Cleal | 2017-02-04 | 1 | -7/+7 |
* | add warnings option to test runner | yuuji.yaginuma | 2017-01-24 | 1 | -0/+5 |
* | Use `on_load` to trigger commandline processing code | Aaron Patterson | 2016-10-21 | 1 | -0/+8 |
* | Prevent the test framework from being loaded in production mode | Aaron Patterson | 2016-10-21 | 1 | -6/+0 |
* | Use autorun when running via Rake. | Kasper Timm Hansen | 2016-09-25 | 1 | -3/+13 |
* | Revise setting of run_with_rails_extension. | Kasper Timm Hansen | 2016-09-25 | 1 | -5/+5 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | revises most Lint/EndAlignment offenses | Xavier Noria | 2016-08-07 | 1 | -3/+3 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | modernizes hash syntax in railties | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 6 | -17/+17 |
* | remove unnessary option setting from test runner | yuuji.yaginuma | 2016-04-25 | 1 | -5/+2 |
* | [ci skip] Improve comment minitest plugin initialization. | Kasper Timm Hansen | 2016-03-22 | 1 | -2/+4 |
* | Don't get ahead of ourselves. | Kasper Timm Hansen | 2016-03-22 | 1 | -3/+3 |
* | Set Rails as the first minitest initialized plugin. | Kasper Timm Hansen | 2016-03-22 | 1 | -1/+3 |
* | make sure `rake test` respects TESTOPTS | Aaron Patterson | 2016-02-22 | 1 | -1/+2 |
* | [ci skip] Mention testing fore-runners. | Kasper Timm Hansen | 2016-02-21 | 1 | -0/+2 |
* | use method provided by minitest | yuuji.yaginuma | 2016-02-21 | 1 | -7/+1 |