aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/name_error_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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