summaryrefslogtreecommitdiff
path: root/test/rubygems/plugin/exception/rubygems_plugin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/plugin/exception/rubygems_plugin.rb')
-rw-r--r--test/rubygems/plugin/exception/rubygems_plugin.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/plugin/exception/rubygems_plugin.rb b/test/rubygems/plugin/exception/rubygems_plugin.rb
new file mode 100644
index 0000000000..affa72f09c
--- /dev/null
+++ b/test/rubygems/plugin/exception/rubygems_plugin.rb
@@ -0,0 +1,2 @@
+TestGem::TEST_PLUGIN_EXCEPTION = :loaded
+raise Exception.new('boom') \ No newline at end of file