summaryrefslogtreecommitdiff
path: root/test/rubygems/rubygems
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/rubygems')
-rw-r--r--test/rubygems/rubygems/commands/crash_command.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/rubygems/rubygems/commands/crash_command.rb b/test/rubygems/rubygems/commands/crash_command.rb
new file mode 100644
index 0000000000..e77b3fcd72
--- /dev/null
+++ b/test/rubygems/rubygems/commands/crash_command.rb
@@ -0,0 +1,5 @@
+class Gem::Commands::CrashCommand < Gem::Command
+
+ raise "crash"
+
+end \ No newline at end of file