aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/plugin')
-rw-r--r--test/rubygems/plugin/load/rubygems_plugin.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/rubygems/plugin/load/rubygems_plugin.rb b/test/rubygems/plugin/load/rubygems_plugin.rb
index 32faee7e2b..9b37ce09f3 100644
--- a/test/rubygems/plugin/load/rubygems_plugin.rb
+++ b/test/rubygems/plugin/load/rubygems_plugin.rb
@@ -4,4 +4,6 @@
# File a patch instead and assign it to Ryan Davis or Eric Hodel.
######################################################################
-TestGem::TEST_PLUGIN_LOAD = :loaded \ No newline at end of file
+class TestGem
+ TEST_PLUGIN_LOAD = :loaded
+end