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.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/rubygems/plugin/exception/rubygems_plugin.rb b/test/rubygems/plugin/exception/rubygems_plugin.rb
deleted file mode 100644
index 9a6f557b5c..0000000000
--- a/test/rubygems/plugin/exception/rubygems_plugin.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-# frozen_string_literal: true
-TestGem::TEST_PLUGIN_EXCEPTION = :loaded
-raise Exception.new('boom')