| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | added marshal_load and marshal_dump for ProxyTestResult. Behavior of method_m... | SHIBATA Hiroshi | 2013-01-05 | 1 | -2/+10 |
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -0/+5 |
* | Revert "minitest provides "it" and "describe"" | Rafael Mendonça França | 2012-12-31 | 1 | -0/+40 |
* | Introduce assert_not to replace 'assert !foo' | Jeremy Kemper | 2012-12-28 | 1 | -0/+16 |
* | Make test logs easier to read. | Jeremy Kemper | 2012-12-26 | 1 | -11/+10 |
* | nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip] | Carlos Duclos | 2012-12-01 | 1 | -1/+1 |
* | nodoc AS::Testing::Pending because is deprecated [ci skip] | Carlos Duclos | 2012-12-01 | 1 | -2/+2 |
* | Properly deprecate #pending from AS::TestCase | Carlos Antonio da Silva | 2012-11-18 | 1 | -8/+2 |
* | Revert "Merge pull request #4575 from carlosantoniodasilva/remove-test-pending" | Carlos Antonio da Silva | 2012-11-18 | 1 | -0/+20 |
* | Simplify code by taking advantage of latest mocha (v0.13.0). | James Mead | 2012-11-12 | 1 | -22/+0 |
* | mocha_standalone is now deprecated. Switch to mocha/api. | Jeremy Kemper | 2012-11-05 | 1 | -1/+1 |
* | Remove AS::Concern extension from Testing::TaggedLogging | Carlos Antonio da Silva | 2012-11-05 | 1 | -4/+0 |
* | some ruby interpreters don't have ruby-prof so just skip the tests | Aaron Patterson | 2012-10-18 | 1 | -1/+1 |
* | Tests tag the Rails log with the current test class and test case | Jeremy Kemper | 2012-09-26 | 1 | -0/+30 |
* | Add missing inflector dependency | Mike Moore | 2012-09-25 | 1 | -3/+2 |
* | Create ActiveSupport::Testing::ConstantLookup | Mike Moore | 2012-09-24 | 1 | -0/+53 |
* | update AS/notifications and AS/testing docs [ci skip] | Francesco Rodriguez | 2012-09-14 | 2 | -7/+9 |
* | deprecate `describe` without a block. | Aaron Patterson | 2012-07-09 | 1 | -22/+0 |
* | we still need `describe` as the implementation differs from minitest | Aaron Patterson | 2012-07-08 | 1 | -0/+22 |
* | minitest provides "it" and "describe" | Aaron Patterson | 2012-07-08 | 1 | -40/+0 |
* | Kill not used constant since removal of runner method | Carlos Antonio da Silva | 2012-07-03 | 1 | -9/+0 |
* | remove the runner method copied from minitest | Aaron Patterson | 2012-07-03 | 1 | -20/+7 |
* | hook mocha in through m/t before_setup, after_teardown hooks | Aaron Patterson | 2012-07-03 | 2 | -7/+22 |
* | add :nodoc: to internal implementations [ci skip] | Francesco Rodriguez | 2012-06-22 | 2 | -2/+2 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-06-22 | 1 | -23/+34 |
|\ |
|
| * | fixes a few mistakes in api docs [ci skip] | Vijay Dev | 2012-06-22 | 1 | -1/+1 |
| * | update AS::Testing::Assertions docs | Francesco Rodriguez | 2012-06-19 | 1 | -21/+32 |
| * | fix typo [ci skip] | Francesco Rodriguez | 2012-06-19 | 1 | -2/+2 |
* | | Run the logger tests in isolation | Rafael Mendonça França | 2012-06-19 | 1 | -1/+1 |
* | | CORES needs to be a integer | Rafael Mendonça França | 2012-06-19 | 1 | -1/+1 |
* | | run railties tests in parallel, default to 2 cores | Aaron Patterson | 2012-06-19 | 1 | -0/+39 |
|/ |
|
* | Eliminate dependency on Rails::VERSION::STRING | Andrew White | 2012-06-05 | 1 | -18/+23 |
* | Reduce warning messages when running Active Support tests | Andrew White | 2012-05-31 | 1 | -0/+5 |
* | Merge pull request #6525 from freerange/minitest-passthrough-exceptions | José Valim | 2012-05-29 | 1 | -0/+12 |
|\ |
|
| * | Avoid dependency on MiniTest::Unit::TestCase::PASSTHROUGH_EXCEPTIONS. | James Mead | 2012-05-29 | 1 | -2/+10 |
| * | Exceptions like Interrupt should not be rescued. | James Mead | 2012-05-28 | 1 | -0/+4 |
* | | decoupling activesupport performance testing from actionview and adding tests | Andrew Mutz | 2012-05-28 | 1 | -4/+4 |
|/ |
|
* | reverting decoupling of NumberHelper from safe_join and adding tests for esca... | Andrew Mutz | 2012-05-18 | 1 | -0/+1 |