aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/throws.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prevent void context warningsAndrew White2016-04-031-1/+1
| | | | | | The constant reference A::B used to trigger autoloading causes a warning to be logged about the possible use of :: in a void context so assign it to the _ variable to prevent the warnings from being triggered.
* tests the raising/throwing discards the watching stackXavier Noria2016-03-161-0/+1
|
* adds coverage for throwing while autoloadingXavier Noria2016-03-151-0/+3
References #24205.