aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/name_error_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-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
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-191-6/+6
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly...Jeremy Kemper2009-11-131-15/+11
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Eliminate Active Support warnings.Jeremy Kemper2006-08-291-5/+2
* Raise fully qualified names upon name errors. Closes #5533.Nicholas Seckar2006-08-051-2/+2
* Add extention to obtain the missing constant from NameError instancesNicholas Seckar2006-08-051-0/+27