aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/integer_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* [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
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-6/+6
* Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-131-12/+0
* Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...David Heinemeier Hansson2015-05-131-0/+12
* Document Integer#ordinal available in PR #2072.Vijay Dev2012-02-041-1/+0
* Add ActiveSupport::Inflector.ordinal and Integer#ordinalTim Gildea2012-02-041-0/+6
* remove unasserted line in testVijay Dev2012-02-041-1/+0
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* refactor test_multiple_ofVijay Dev2011-11-161-4/+3
* Let Integer#multiple_of? accept zero as argumentXavier Noria2010-01-021-0/+5
* Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-16/+0
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+1
* Merge docrailsPratik Naik2009-01-181-2/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-4/+3
* Factor Fixnum and Bignum extensions into Integer classNicholas Seckar2005-07-191-0/+38