| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 1 | -0/+42 |
* | | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.now | Yuki Nishijima | 2015-02-03 | 1 | -0/+1 |
* | | introduce `ActiveSupport::Testing::FileFixtures`. | Yves Senn | 2015-01-28 | 1 | -0/+34 |
|/ |
|
* | Better fork detection in ActiveSupport::Testing::Isolation | deepj | 2015-01-10 | 1 | -3/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster... | Rafael Mendonça França | 2014-10-18 | 1 | -2/+2 |
* | Revert "Replace (slower) block.call with (faster) yield" | Zachary Scott | 2014-10-18 | 1 | -2/+2 |
* | Replace (slower) block.call with (faster) yield | claudiob | 2014-10-18 | 1 | -2/+2 |
* | Use `safe_constantize`. | Guo Xiang Tan | 2014-09-02 | 1 | -5/+1 |
* | Fix rounding errors with #travel_to by resetting the usec on any passed time ... | David Heinemeier Hansson | 2014-08-17 | 1 | -1/+5 |
* | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 1 | -1/+1 |
* | Make the isolated tests run on JRuby | Robin Dupret | 2014-06-21 | 1 | -6/+16 |
* | [ci skip] Correct output of #assert_not | Akshay Vishnoi | 2014-06-12 | 1 | -1/+1 |
* | remove deprecated code. Rely on `describe` provided by minitest | Aaron Patterson | 2014-06-10 | 1 | -24/+0 |
* | use method_defined? to check whether or not a method is defined | Aaron Patterson | 2014-03-12 | 1 | -1/+1 |
* | travel_to travels back and re-raises if the block raises | Xavier Noria | 2014-02-18 | 1 | -3/+6 |
* | time helpers honor the application time zone when passed a date | Xavier Noria | 2014-02-18 | 1 | -4/+19 |
* | Improve documentation [ci skip] | Rafael Mendonça França | 2014-01-30 | 1 | -3/+4 |
* | Remove automatic removal of Date/Time stubs after each test case | Rafael Mendonça França | 2014-01-30 | 1 | -9/+2 |
* | Add `travel_back` to remove stubs from `travel` and `travel_to` | Rafael Mendonça França | 2014-01-30 | 1 | -3/+14 |
* | Use each_value | Rafael Mendonça França | 2014-01-29 | 1 | -1/+1 |
* | Store the singleton_class in a local variable | Rafael Mendonça França | 2014-01-29 | 1 | -3/+4 |
* | Change the class and method visibility | Rafael Mendonça França | 2014-01-29 | 1 | -9/+13 |
* | Use instance method instead of before hook | Rafael Mendonça França | 2014-01-29 | 1 | -9/+8 |
* | Alias the original method first to avoid warnings | Rafael Mendonça França | 2014-01-29 | 1 | -2/+7 |
* | Implement a simple stub feature to use in the Time travel helpers | Rafael Mendonça França | 2014-01-29 | 1 | -4/+44 |
* | set encoding to binmode for pipe | Anna Carey | 2014-01-17 | 1 | -0/+2 |
* | Merge pull request #13260 from arunagw/using-parallelize_me | Aaron Patterson | 2013-12-10 | 1 | -6/+3 |
|\ |
|
| * | Using parallelize_me! to parallelize isolated test | Arun Agrawal | 2013-12-10 | 1 | -6/+3 |
* | | make `collect_deprecations` available. | Yves Senn | 2013-12-10 | 1 | -11/+10 |
|/ |
|
* | Minitest upgrade broke build | Arun Agrawal | 2013-12-06 | 1 | -1/+1 |
* | Deprecate ActiveSupport::TestCase.describe | Mike Moore | 2013-11-27 | 1 | -5/+12 |
* | doc `travel` and `travel_to` stubs are removed in teardown. [ci skip] | Yves Senn | 2013-11-21 | 1 | -4/+4 |
* | Add `#travel` and `#travel_to` to AS::TestCase | Prem Sichanugrist | 2013-11-20 | 1 | -0/+55 |
* | Fix ActiveSupport::Testing::Isolation on jruby | Alex Tambellini | 2013-08-02 | 1 | -48/+4 |
* | remove deprecated `assert_present` and `assert_blank`. | Yves Senn | 2013-07-01 | 1 | -30/+0 |
* | add documentation for `ActiveSupport::Testing::SetupAndTeardown`. | Yves Senn | 2013-06-19 | 1 | -2/+17 |
* | better documentation for `AS::Testing::Declarative#test`. [ci skip] | Yves Senn | 2013-06-19 | 1 | -3/+6 |
* | Remove active_support/testing/pending.rb was deprecated. | kennyj | 2013-06-01 | 1 | -14/+0 |
* | oops. I should have only required minitest, not minitets/autorun. muscle memory. | Ryan Davis | 2013-05-09 | 1 | -1/+1 |
* | Updates to make rails 4 happy with minitest 5: | Ryan Davis | 2013-05-06 | 3 | -14/+9 |
* | Work around change in how MiniTest detects SIGINFO | Jon Leighton | 2013-05-03 | 1 | -0/+4 |
* | determine_constant_from_test_name does not swallow NoMethodErrors [Yves Senn] | Xavier Noria | 2013-03-28 | 1 | -0/+2 |
* | Bump up minitest dependency and remove our own reinvented version of Parallel... | Akira Matsuda | 2013-02-19 | 1 | -37/+1 |
* | 'minitest/parallel_each' might not always be available | Akira Matsuda + Koichi Sasada | 2013-01-29 | 1 | -1/+4 |
* | Needs to explicitly require 'minitest/parallel_each' | Akira Matsuda + Koichi Sasada | 2013-01-29 | 1 | -0/+2 |
* | The test setup is not threadsafe. Wrap in a mutex. | Jon Leighton | 2013-01-18 | 1 | -3/+7 |
* | MiniTest already defines a ParallelEach class | Jon Leighton | 2013-01-18 | 1 | -23/+27 |
* | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 4 | -672/+0 |
* | deprecate `assert_blank` and `assert_present`. | Yves Senn | 2013-01-05 | 1 | -0/+2 |