aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
Commit message (Expand)AuthorAgeFilesLines
* MRI compatible code for ActiveSupport::Testing::Isolation::SubprocessAlexey Gaziev2015-04-191-4/+4
* Small doc fix. [CI SKIP]Guo Xiang Tan2015-03-241-1/+1
* add `DateTime.now` to list of `TimeHelpers#travel_to` stubbing [ci skip]yuuji.yaginuma2015-03-121-9/+11
* Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-051-0/+42
|\
| * - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-0/+42
* | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.nowYuki Nishijima2015-02-031-0/+1
* | introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+34
|/
* Better fork detection in ActiveSupport::Testing::Isolationdeepj2015-01-101-3/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-2/+2
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-2/+2
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-2/+2
* Use `safe_constantize`.Guo Xiang Tan2014-09-021-5/+1
* Fix rounding errors with #travel_to by resetting the usec on any passed time ...David Heinemeier Hansson2014-08-171-1/+5
* Prefer to pass block when logging.Guo Xiang Tan2014-07-181-1/+1
* Make the isolated tests run on JRubyRobin Dupret2014-06-211-6/+16
* [ci skip] Correct output of #assert_notAkshay Vishnoi2014-06-121-1/+1
* remove deprecated code. Rely on `describe` provided by minitestAaron Patterson2014-06-101-24/+0
* use method_defined? to check whether or not a method is definedAaron Patterson2014-03-121-1/+1
* travel_to travels back and re-raises if the block raisesXavier Noria2014-02-181-3/+6
* time helpers honor the application time zone when passed a dateXavier Noria2014-02-181-4/+19
* Improve documentation [ci skip]Rafael Mendonça França2014-01-301-3/+4
* Remove automatic removal of Date/Time stubs after each test caseRafael Mendonça França2014-01-301-9/+2
* Add `travel_back` to remove stubs from `travel` and `travel_to`Rafael Mendonça França2014-01-301-3/+14
* Use each_valueRafael Mendonça França2014-01-291-1/+1
* Store the singleton_class in a local variableRafael Mendonça França2014-01-291-3/+4
* Change the class and method visibilityRafael Mendonça França2014-01-291-9/+13
* Use instance method instead of before hookRafael Mendonça França2014-01-291-9/+8
* Alias the original method first to avoid warningsRafael Mendonça França2014-01-291-2/+7
* Implement a simple stub feature to use in the Time travel helpersRafael Mendonça França2014-01-291-4/+44
* set encoding to binmode for pipeAnna Carey2014-01-171-0/+2
* Merge pull request #13260 from arunagw/using-parallelize_meAaron Patterson2013-12-101-6/+3
|\
| * Using parallelize_me! to parallelize isolated testArun Agrawal2013-12-101-6/+3
* | make `collect_deprecations` available.Yves Senn2013-12-101-11/+10
|/
* Minitest upgrade broke buildArun Agrawal2013-12-061-1/+1
* Deprecate ActiveSupport::TestCase.describeMike Moore2013-11-271-5/+12
* doc `travel` and `travel_to` stubs are removed in teardown. [ci skip]Yves Senn2013-11-211-4/+4
* Add `#travel` and `#travel_to` to AS::TestCasePrem Sichanugrist2013-11-201-0/+55
* Fix ActiveSupport::Testing::Isolation on jrubyAlex Tambellini2013-08-021-48/+4
* remove deprecated `assert_present` and `assert_blank`.Yves Senn2013-07-011-30/+0
* add documentation for `ActiveSupport::Testing::SetupAndTeardown`.Yves Senn2013-06-191-2/+17
* better documentation for `AS::Testing::Declarative#test`. [ci skip]Yves Senn2013-06-191-3/+6
* Remove active_support/testing/pending.rb was deprecated.kennyj2013-06-011-14/+0
* oops. I should have only required minitest, not minitets/autorun. muscle memory.Ryan Davis2013-05-091-1/+1
* Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-063-14/+9
* Work around change in how MiniTest detects SIGINFOJon Leighton2013-05-031-0/+4
* determine_constant_from_test_name does not swallow NoMethodErrors [Yves Senn]Xavier Noria2013-03-281-0/+2
* Bump up minitest dependency and remove our own reinvented version of Parallel...Akira Matsuda2013-02-191-37/+1
* 'minitest/parallel_each' might not always be availableAkira Matsuda + Koichi Sasada2013-01-291-1/+4
* Needs to explicitly require 'minitest/parallel_each'Akira Matsuda + Koichi Sasada2013-01-291-0/+2