aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/inclusion_test.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Add test cases for #in? and #presence_inAkshay Vishnoi2014-06-111-0/+4
* Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...David Heinemeier Hansson2014-02-241-3/+3
* Use assert_nil instead as its clearer about what the return is expected to beDavid Heinemeier Hansson2014-02-181-1/+1
* Added Object#present_in to simplify value whitelistingDavid Heinemeier Hansson2014-02-181-0/+5
* Revert "Object#in? also accepts multiple parameters"Brian Morearty2013-05-011-10/+0
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Object#in? also accepts multiple parametersTadas Tamošauskas2011-11-261-0/+10
* Only rescue a thrown NoMethodError, don't preemptively check for #include?; a...Jared McFarland2011-04-151-0/+4
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-6/+0
* Update test name to the corresponding method nameSebastian Martinez2011-04-121-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-3/+3
* Add support for Object#in? and Object#either? in Active Support [#6321 state:...Prem Sichanugrist, Brian Morearty, John Reitano2011-04-111-0/+52