aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* added tests for assert_no_difference with multiple expressionslxxxvi2018-07-081-0/+12
* Clearer error message in assert_changeslxxxvi2018-05-051-1/+3
* Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-181-7/+21
* `assert_changes` should always assert some changeDaniel Ma2017-11-131-5/+6
* Use plain assert in assert_changes to avoid MT6 refutesGenadi Samokovarov2017-11-071-7/+2
* Resolve Minitest 6 deprecation in assert_no_changesDan Ott2017-11-061-1/+6
* fix typo in assert_changes error messageBoris Slobodin2017-07-311-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add missing "not" in the doc for `assert_no_changes` [ci skip]Ryuta Kamizono2017-05-301-1/+1
* use `message` that specified in argument to error messageyuuji.yaginuma2016-08-311-1/+1
* use `inspect` for show `from` valueyuuji.yaginuma2016-08-291-1/+1
* Move custom assertion to its proper placeSantosh Wadghule2016-08-271-0/+11
* Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-171-0/+89
* Remove an unused require in ActiveSupport::TestCaseGenadi Samokovarov2016-06-131-2/+0
* Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* Make `assert_difference` return the result of the yielded block.Lucas Mazza2015-09-241-1/+3
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
* use keyword arguments in HTTP request methods of assert_difference example [c...yuuji.yaginuma2015-05-241-9/+9
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* [ci skip] Correct output of #assert_notAkshay Vishnoi2014-06-121-1/+1
* remove deprecated `assert_present` and `assert_blank`.Yves Senn2013-07-011-30/+0
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-0/+2
* Introduce assert_not to replace 'assert !foo'Jeremy Kemper2012-12-281-0/+16
* update AS/notifications and AS/testing docs [ci skip]Francesco Rodriguez2012-09-141-3/+5
* 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
* Remove Array.wrap calls in ActiveSupportRafael Mendonça França2012-01-061-2/+1
* Fix syntax error in rdocs. Semyon Perepelitsa2011-12-201-1/+1
* fixing assert_difference issues on ruby 1.8Aaron Patterson2011-08-041-6/+7
* make assert_difference error message not suckAaron Patterson2011-08-031-5/+6
* correct error message for failed creationRay Baxter2011-06-261-1/+1
* convert strings to lambdas so we can use a consistent interface to the object...Aaron Patterson2011-05-011-5/+5
* assert_difference can take a callable piece of code rather than just evaling ...Aaron Patterson2011-05-011-4/+15
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-4/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* adds missing require for blank? and present?Xavier Noria2010-03-311-0/+1
* New assertion: assert_present [#4299 state:committed]Juanjo Bazan2010-03-301-0/+7
* new assertion: assert_blankJuanjo Bazan2010-03-301-0/+7
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Oops, don't yield per expressionJeremy Kemper2009-02-061-10/+9
* Include failed difference expression in assert messageJeremy Kemper2009-02-061-8/+10
* Work around enumerable string deprecation warningsJeremy Kemper2009-02-061-6/+9
* Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-071-1/+1
* Remove direct TestCase mixins. Add miniunit compatibility.Jeremy Kemper2008-11-071-0/+61