From 14890b68c447731417ce53ca2e4310175e39b440 Mon Sep 17 00:00:00 2001 From: Florian Gross Date: Sun, 5 Aug 2007 22:00:04 +0000 Subject: [PATCH] Small spec fix --- spec/core/hash_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/core/hash_spec.rb b/spec/core/hash_spec.rb index 6809386972..2e716f3b97 100644 --- a/spec/core/hash_spec.rb +++ b/spec/core/hash_spec.rb @@ -1323,7 +1323,6 @@ def arg1.to_hash() {1 => 2} end specify "store should raise" do should_raise(TypeError) { hash.store(1, 2) } - should_raise(TypeError) { empty.shift } end specify "update should raise" do