Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] Untagged some passing Hash#fetch specs.
  • Loading branch information
nirvdrum committed Dec 21, 2014
1 parent 110e13d commit 9b5a555
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/hash/fetch_tags.txt
@@ -1,6 +1,2 @@
fails:Hash#fetch returns the value for key
fails:Hash#fetch raises a KeyError if key is not found
fails:Hash#fetch returns default if key is not found when passed a default
fails:Hash#fetch returns value of block if key is not found when passed a block
fails:Hash#fetch gives precedence to the default block over the default argument when passed both
fails:Hash#fetch raises an ArgumentError when not passed one or two arguments

0 comments on commit 9b5a555

Please sign in to comment.