Skip to content

Commit

Permalink
Fixes for 1.9: Removing previously-failing tags for Array#repeated_co…
Browse files Browse the repository at this point in the history
…mbination
  • Loading branch information
erik-megarad committed Oct 13, 2011
1 parent a7cbb5e commit 86c4044
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/tags/19/ruby/core/array/repeated_combination_tags.txt
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
fails:Array#repeated_combination returns an enumerator when no block is provided
fails:Array#repeated_combination returns self when a block is given
fails:Array#repeated_combination yields nothing for negative length and return self
fails:Array#repeated_combination yields the expected repeated_combinations
fails:Array#repeated_combination yields [] when length is 0
fails:Array#repeated_combination yields nothing when the array is empty and num is non zero
fails:Array#repeated_combination yields a partition consisting of only singletons
fails:Array#repeated_combination accepts sizes larger than the original array
fails:Array#repeated_combination generates from a defensive copy, ignoring mutations

0 comments on commit 86c4044

Please sign in to comment.