File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 48
48
fails "Array#initialize with (array) calls #to_ary to convert the value to an array"
49
49
fails "Array#initialize preserves the object's identity even when changing its value"
50
50
51
- fails "Array#& tries to convert the passed argument to an Array using #to_ary"
52
51
fails "Array#& determines equivalence between elements in the sense of eql?"
53
52
54
53
fails "Array#- removes an identical item even when its #eql? isn't reflexive"
55
54
fails "Array#- doesn't remove an item with the same hash but not #eql?"
56
55
fails "Array#- removes an item identified as equivalent via #hash and #eql?"
57
- fails "Array#- tries to convert the passed arguments to Arrays using #to_ary"
58
56
59
57
fails "Array#* raises a TypeError is the passed argument is nil"
60
58
fails "Array#* converts the passed argument to a String rather than an Integer"
170
168
fails "Array#sort_by! returns an Enumerator if not given a block"
171
169
fails "Array#sort_by! sorts array in place by passing each element to the given block"
172
170
173
- fails "Array#transpose raises a TypeError if the passed Argument does not respond to #to_ary"
174
- fails "Array#transpose tries to convert the passed argument to an Array using #to_ary"
175
-
176
171
fails "Array#uniq compares elements based on the value returned from the block"
177
172
fails "Array#uniq compares elements with matching hash codes with #eql?"
178
173
fails "Array#uniq uses eql? semantics"
You can’t perform that action at this time.
0 commit comments