index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove active_support/testing/pending.rb was deprecated.
kennyj
2013-06-01
1
-2
/
+0
*
Require only minitest.
Rafael Mendonça França
2013-05-22
1
-1
/
+1
*
Eliminate minitest warnings
Sam Ruby
2013-05-17
1
-1
/
+1
*
Updates to make rails 4 happy with minitest 5:
Ryan Davis
2013-05-06
1
-3
/
+21
*
Revert "prevent minitest from printing a --seed run option"
Xavier Noria
2013-02-24
1
-12
/
+2
*
prevent minitest from printing a --seed run option
Xavier Noria
2013-02-24
1
-2
/
+12
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+10
*
Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec
Rafael Mendonça França
2012-12-31
1
-8
/
+2
*
Revert "minitest provides "it" and "describe""
Rafael Mendonça França
2012-12-31
1
-19
/
+2
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
Revert "Merge pull request #4575 from carlosantoniodasilva/remove-test-pending"
Carlos Antonio da Silva
2012-11-18
1
-0
/
+2
*
Simplify code by taking advantage of latest mocha (v0.13.0).
James Mead
2012-11-12
1
-3
/
+5
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+2
*
Remove ActiveRecord::Model consant from AS::TestCase
Carlos Antonio da Silva
2012-10-26
1
-1
/
+1
*
ConstantLookup is not needed in every TestCase decendant
Andy Lindeman
2012-09-26
1
-1
/
+0
*
Tests tag the Rails log with the current test class and test case
Jeremy Kemper
2012-09-26
1
-0
/
+2
*
Create ActiveSupport::Testing::ConstantLookup
Mike Moore
2012-09-24
1
-0
/
+2
*
deprecate `describe` without a block.
Aaron Patterson
2012-07-09
1
-3
/
+16
*
we still need `describe` as the implementation differs from minitest
Aaron Patterson
2012-07-08
1
-0
/
+2
*
minitest provides "it" and "describe"
Aaron Patterson
2012-07-08
1
-2
/
+4
*
minitest is a gem dep, so remove this conditional
Aaron Patterson
2012-07-08
1
-6
/
+0
*
activesupport gem dependencies should reflect the versions we actually use
Aaron Patterson
2012-07-04
1
-0
/
+1
*
hook mocha in through m/t before_setup, after_teardown hooks
Aaron Patterson
2012-07-03
1
-1
/
+3
*
add documentation to AS::TestCase#assert_nothing_raised
Francesco Rodriguez
2012-06-19
1
-0
/
+5
*
MiniTest::Spec shipped with Ruby >= 1.9.3 always responds_to __name__
Akira Matsuda
2012-06-06
1
-2
/
+1
*
Remove ActiveSupport::TestCase#pending, use `skip` instead
Carlos Antonio da Silva
2012-01-21
1
-2
/
+0
*
spec class names can possibly be nil in mt/s < 2.6.1, so work around that
Aaron Patterson
2012-01-06
1
-0
/
+6
*
register spec subclasses for people who spec
Aaron Patterson
2012-01-06
1
-1
/
+7
*
require minitest rather than test/unit
Aaron Patterson
2012-01-06
1
-1
/
+1
*
backport assert_not_same
Aaron Patterson
2012-01-06
1
-0
/
+1
*
require test/unit and sort test order
Aaron Patterson
2012-01-06
1
-0
/
+6
*
started converting AS::TestCase to minitest
Aaron Patterson
2012-01-06
1
-2
/
+12
*
MiniTest condition removed
Vishnu Atrai
2011-12-31
1
-9
/
+3
*
Moved Turn activation/dependency to railties
David Heinemeier Hansson
2011-03-31
1
-1
/
+0
*
Add using Turn with natural language test case names if the library is availa...
David Heinemeier Hansson
2011-03-31
1
-17
/
+2
*
require turn only for minitest
David Heinemeier Hansson
2011-03-31
1
-2
/
+6
*
Use Turn to format all Rails tests and enable the natural language case names
David Heinemeier Hansson
2011-03-31
1
-0
/
+5
*
removing AS::Testing::Default in favor of just undefing default_test
Aaron Patterson
2010-10-01
1
-2
/
+1
*
fixing activemodel tests. [#4210 state:resolved]
Aaron Patterson
2010-03-17
1
-0
/
+1
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-1
/
+1
*
Add backtrace cleaner on test unit railtie.
José Valim
2010-02-07
1
-6
/
+0
*
Move AS vendor support into bundler.
Joshua Peek
2009-09-13
1
-1
/
+0
*
Ruby 1.9.2 compat: name method was renamed to __name__ since MiniTest 1.4.x [...
Akira Matsuda
2009-07-21
1
-1
/
+2
*
Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...
Yehuda Katz + Carl Lerche
2009-07-01
1
-9
/
+9
*
Created AS::Testing::Isolation which runs each test case in a separate process.
Yehuda Katz + Carl Lerche
2009-06-30
1
-0
/
+1
*
Got controller/mime_responds_test.rb running on the new base
Yehuda Katz + Carl Lerche
2009-05-20
1
-0
/
+5
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-1
/
+1
|
\
|
*
Skip backtrace filters if BACKTRACE environment variable is set
Jeremy Kemper
2009-03-03
1
-1
/
+1
*
|
Add support for pending
Yehuda Katz
2009-02-02
1
-0
/
+2
|
/
[next]