aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/plugin/standarderror/rubygems_plugin.rb
blob: 44efaef48a77ad1449fffb2a049e78e81a72eb9b (plain)
1
2
3
4
5
6
7
8
######################################################################
# This file is imported from the rubygems project.
# DO NOT make modifications in this repo. They _will_ be reverted!
# File a patch instead and assign it to Ryan Davis or Eric Hodel.
######################################################################

TestGem::TEST_PLUGIN_STANDARDERROR = :loaded
raise StandardError.new('boom')