Skip to content

Commit

Permalink
Small spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Gross committed Aug 5, 2007
1 parent b6c3cfc commit 14890b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/core/hash_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit 14890b6

Please sign in to comment.