aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/class_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change refute to assert_notDaniel Colson2018-01-251-2/+2
* [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
* Exclude singleton classes from `subclasses` and `descendants`Sean Griffin2016-12-011-0/+10
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-3/+3
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Don't rely on implementation-specific order-dependence of array comparisons i...Nick Sieger2010-07-171-4/+5
* Define a convention for descendants and subclasses.José Valim2010-07-051-21/+19
* Reinstate Object.subclasses_of and Class#descendents for plugin compat.Jeremy Kemper2010-02-091-0/+29
* deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-20/+0
* removes unused method Class#remove_classXavier Noria2010-01-261-17/+0
* removes unused method Class#subclassesXavier Noria2010-01-261-10/+0
* Explicit test dependenciesJeremy Kemper2009-03-291-0/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-3/+3
* Performance: faster Object.subclasses_ofJeremy Kemper2008-06-081-1/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Improve various test coverage. Closes #8676 [kamal]Jeremy Kemper2007-06-251-0/+10
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+1
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+37