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
/
testing
/
assertions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Correct output of #assert_not
Akshay Vishnoi
2014-06-12
1
-1
/
+1
*
remove deprecated `assert_present` and `assert_blank`.
Yves Senn
2013-07-01
1
-30
/
+0
*
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-0
/
+2
*
Introduce assert_not to replace 'assert !foo'
Jeremy Kemper
2012-12-28
1
-0
/
+16
*
update AS/notifications and AS/testing docs [ci skip]
Francesco Rodriguez
2012-09-14
1
-3
/
+5
*
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
*
Remove Array.wrap calls in ActiveSupport
Rafael Mendonça França
2012-01-06
1
-2
/
+1
*
Fix syntax error in rdocs.
Semyon Perepelitsa
2011-12-20
1
-1
/
+1
*
fixing assert_difference issues on ruby 1.8
Aaron Patterson
2011-08-04
1
-6
/
+7
*
make assert_difference error message not suck
Aaron Patterson
2011-08-03
1
-5
/
+6
*
correct error message for failed creation
Ray Baxter
2011-06-26
1
-1
/
+1
*
convert strings to lambdas so we can use a consistent interface to the object...
Aaron Patterson
2011-05-01
1
-5
/
+5
*
assert_difference can take a callable piece of code rather than just evaling ...
Aaron Patterson
2011-05-01
1
-4
/
+15
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-4
/
+6
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
adds missing require for blank? and present?
Xavier Noria
2010-03-31
1
-0
/
+1
*
New assertion: assert_present [#4299 state:committed]
Juanjo Bazan
2010-03-30
1
-0
/
+7
*
new assertion: assert_blank
Juanjo Bazan
2010-03-30
1
-0
/
+7
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Oops, don't yield per expression
Jeremy Kemper
2009-02-06
1
-10
/
+9
*
Include failed difference expression in assert message
Jeremy Kemper
2009-02-06
1
-8
/
+10
*
Work around enumerable string deprecation warnings
Jeremy Kemper
2009-02-06
1
-6
/
+9
*
Rework testing extensions to reflect the recent miniunit upheaval
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
Remove direct TestCase mixins. Add miniunit compatibility.
Jeremy Kemper
2008-11-07
1
-0
/
+61