aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* The test setup is not threadsafe. Wrap in a mutex.Jon Leighton2013-01-181-3/+7
* MiniTest already defines a ParallelEach classJon Leighton2013-01-181-23/+27
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-104-672/+0
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-0/+2
* added marshal_load and marshal_dump for ProxyTestResult. Behavior of method_m...SHIBATA Hiroshi2013-01-051-2/+10
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-0/+5
* Revert "minitest provides "it" and "describe""Rafael Mendonça França2012-12-311-0/+40
* Introduce assert_not to replace 'assert !foo'Jeremy Kemper2012-12-281-0/+16
* Make test logs easier to read.Jeremy Kemper2012-12-261-11/+10
* nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip]Carlos Duclos2012-12-011-1/+1
* nodoc AS::Testing::Pending because is deprecated [ci skip]Carlos Duclos2012-12-011-2/+2
* Properly deprecate #pending from AS::TestCaseCarlos Antonio da Silva2012-11-181-8/+2
* Revert "Merge pull request #4575 from carlosantoniodasilva/remove-test-pending"Carlos Antonio da Silva2012-11-181-0/+20
* Simplify code by taking advantage of latest mocha (v0.13.0).James Mead2012-11-121-22/+0
* mocha_standalone is now deprecated. Switch to mocha/api.Jeremy Kemper2012-11-051-1/+1
* Remove AS::Concern extension from Testing::TaggedLoggingCarlos Antonio da Silva2012-11-051-4/+0
* some ruby interpreters don't have ruby-prof so just skip the testsAaron Patterson2012-10-181-1/+1
* Tests tag the Rails log with the current test class and test caseJeremy Kemper2012-09-261-0/+30
* Add missing inflector dependencyMike Moore2012-09-251-3/+2
* Create ActiveSupport::Testing::ConstantLookupMike Moore2012-09-241-0/+53
* update AS/notifications and AS/testing docs [ci skip]Francesco Rodriguez2012-09-142-7/+9
* deprecate `describe` without a block.Aaron Patterson2012-07-091-22/+0
* we still need `describe` as the implementation differs from minitestAaron Patterson2012-07-081-0/+22
* minitest provides "it" and "describe"Aaron Patterson2012-07-081-40/+0
* Kill not used constant since removal of runner methodCarlos Antonio da Silva2012-07-031-9/+0
* remove the runner method copied from minitestAaron Patterson2012-07-031-20/+7
* hook mocha in through m/t before_setup, after_teardown hooksAaron Patterson2012-07-032-7/+22
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-222-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-06-221-23/+34
|\
| * fixes a few mistakes in api docs [ci skip]Vijay Dev2012-06-221-1/+1
| * update AS::Testing::Assertions docsFrancesco Rodriguez2012-06-191-21/+32
| * fix typo [ci skip]Francesco Rodriguez2012-06-191-2/+2
* | Run the logger tests in isolationRafael Mendonça França2012-06-191-1/+1
* | CORES needs to be a integerRafael Mendonça França2012-06-191-1/+1
* | run railties tests in parallel, default to 2 coresAaron Patterson2012-06-191-0/+39
|/
* Eliminate dependency on Rails::VERSION::STRINGAndrew White2012-06-051-18/+23
* Reduce warning messages when running Active Support testsAndrew White2012-05-311-0/+5
* Merge pull request #6525 from freerange/minitest-passthrough-exceptionsJosé Valim2012-05-291-0/+12
|\
| * Avoid dependency on MiniTest::Unit::TestCase::PASSTHROUGH_EXCEPTIONS.James Mead2012-05-291-2/+10
| * Exceptions like Interrupt should not be rescued.James Mead2012-05-281-0/+4
* | decoupling activesupport performance testing from actionview and adding testsAndrew Mutz2012-05-281-4/+4
|/
* reverting decoupling of NumberHelper from safe_join and adding tests for esca...Andrew Mutz2012-05-181-0/+1
* Remove dependency on safe_join from number helpersCarlos Antonio da Silva2012-05-131-3/+2
* Need to include "OutputSaftyHelper" here to preventArun Agrawal2012-05-131-0/+1
* Fixed ruby-prof changes and let's use latest ruby-prof now.Arun Agrawal2012-05-131-1/+1
* Remove key argument from run_callbacks to fix buildFrancesco Rodriguez2012-05-101-1/+1
* Remove unused assignmentsMark Rushakoff2012-04-291-1/+1