| Commit message (Expand) | Author | Age | Files | Lines |
* | Oxford comma [ci skip] | Xavier Noria | 2018-09-10 | 1 | -1/+1 |
* | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers | ryanwhocodes | 2018-09-10 | 1 | -1/+2 |
* | Ensure we always cleanup the databases | Eileen Uchitelle | 2018-09-05 | 1 | -11/+13 |
* | Add method_call_assertions and use them instead of Mocha | utilum | 2018-08-13 | 1 | -0/+29 |
* | Remove unused `require "active_support/core_ext/regexp"` | Ryuta Kamizono | 2018-07-29 | 1 | -1/+0 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -10/+6 |
* | added tests for assert_no_difference with multiple expressions | lxxxvi | 2018-07-08 | 1 | -0/+12 |
* | Clearer error message in assert_changes | lxxxvi | 2018-05-05 | 1 | -1/+3 |
* | `SetupAndTeardown` has few caveats that breaks libraries: | Edouard CHIN | 2018-04-27 | 1 | -9/+5 |
* | Fix Style/RedundantReturn offenses | Bart de Water | 2018-04-21 | 1 | -1/+1 |
* | `SetupAndTeardown#teardown` should call any subsequent after_teardown: | Edouard CHIN | 2018-04-06 | 1 | -1/+8 |
* | Ruby 2.4: take advantage of String#unpack1 | Jeremy Daer | 2018-03-01 | 1 | -2/+2 |
* | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 1 | -2/+1 |
* | Add test parallelization to Rails | eileencodes | 2018-02-15 | 1 | -0/+102 |
* | Support hash as first argument in `assert_difference`. (#31600) | Julien Meichelbeck | 2018-01-18 | 1 | -7/+21 |
* | Merge pull request #31624 from y-yagi/fix_minitest_511 | Aaron Patterson | 2018-01-10 | 1 | -2/+4 |
|\ |
|
| * | Use `Minitest::Result` for retain test result | yuuji.yaginuma | 2018-01-03 | 1 | -2/+4 |
* | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti... | Ryuta Kamizono | 2018-01-04 | 1 | -5/+6 |
|\ \
| |/
|/| |
|
| * | `assert_changes` should always assert some change | Daniel Ma | 2017-11-13 | 1 | -5/+6 |
* | | Prevent race condition when resetting time stubs | Eugene Kenny | 2017-12-12 | 1 | -1/+2 |
|/ |
|
* | Use plain assert in assert_changes to avoid MT6 refutes | Genadi Samokovarov | 2017-11-07 | 1 | -7/+2 |
* | Resolve Minitest 6 deprecation in assert_no_changes | Dan Ott | 2017-11-06 | 1 | -1/+6 |
* | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
* | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 4 | -8/+8 |
* | fix typo in assert_changes error message | Boris Slobodin | 2017-07-31 | 1 | -1/+1 |
* | Merge pull request #29860 from georgeclaghorn/travel-back-automatically | Rafael França | 2017-07-24 | 1 | -1/+8 |
|\ |
|
| * | Remove time stubs after each test | George Claghorn | 2017-07-22 | 1 | -1/+8 |
* | | Fix doc format for `ActiveSupport::Testing::TimeHelpers` [ci skip] | yuuji.yaginuma | 2017-07-15 | 1 | -2/+2 |
|/ |
|
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 12 | -0/+12 |
* | :scissors: | Ryuta Kamizono | 2017-07-11 | 1 | -1/+0 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -4/+0 |
* | Added time helper method `freeze_time` which is an alias for `travel_to Time.... | प्रथमेश Sonpatki | 2017-07-10 | 1 | -0/+21 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 12 | -0/+12 |
* | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 4 | -8/+8 |
* | Add missing "not" in the doc for `assert_no_changes` [ci skip] | Ryuta Kamizono | 2017-05-30 | 1 | -1/+1 |
* | Explicitly require AS::Time in AS::Testing::TimeHelpers | T.J. Schuck | 2017-04-18 | 1 | -0/+1 |
* | Prevent multiple values being set to `run_via` | yuuji.yaginuma | 2017-02-18 | 1 | -2/+2 |
* | Make time travel work with subclasses of Time/Date/Datetime | Jonas Nicklas | 2017-01-10 | 1 | -5/+5 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -2/+2 |
* | Fix arguments passing in testing isolation | Kir Shatrov | 2016-11-30 | 1 | -7/+8 |
* | Fix testing isolation | Kir Shatrov | 2016-11-15 | 1 | -1/+2 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | fffffff, Add code missing in 29f0fbd | Kasper Timm Hansen | 2016-09-25 | 1 | -2/+2 |
* | Revise setting of run_with_rails_extension. | Kasper Timm Hansen | 2016-09-25 | 1 | -7/+4 |
* | use `message` that specified in argument to error message | yuuji.yaginuma | 2016-08-31 | 1 | -1/+1 |
* | use `inspect` for show `from` value | yuuji.yaginuma | 2016-08-29 | 1 | -1/+1 |
* | Move custom assertion to its proper place | Santosh Wadghule | 2016-08-27 | 1 | -0/+11 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |