aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/attr_internal_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-6/+6
* [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-15/+15
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-3/+4
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Use instance_variable_defined? instead of instance_variables.include? to acco...Jeremy Kemper2007-09-271-11/+11
* attr_internal to support namespacing and deprecationJeremy Kemper2006-08-071-0/+52