1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/dependencies/raises_exception.rb
Nicholas Seckar 4584376a91 Add tests for prior checkin
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4782 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-17 17:32:23 +00:00

3 lines
142 B
Ruby

$raises_exception_load_count += 1
raise Exception, 'Loading me failed, so do not add to loaded or history.'
$raises_exception_load_count += 1