Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Some pasing array specs
- Loading branch information
|
|
@@ -1,5 +1,4 @@ |
|
|
fails:properly handles recursive arrays |
|
|
fails:returns the same hash for equal recursive arrays |
|
|
fails:Array#hash calls to_int on result of calling hash on each element |
|
|
fails:Array#hash returns same hash code for arrays with the same content |
|
|
fails:Array#hash returns the same value if arrays are #eql? |
|
|
@@ -1,3 +1,2 @@ |
|
|
fails:Array#initialize is private |
|
|
fails:Array#initialize is called on subclasses |
|
|
fails:Array#initialize with (size, object=nil) raises an ArgumentError if size is too large |
|
|
@@ -1,4 +1,3 @@ |
|
|
fails:Array#- properly handles recursive arrays |
|
|
fails:Array#- tries to convert the passed arguments to Arrays using #to_ary |
|
|
fails:Array#- raises a TypeError if the argument cannot be coerced to an Array by calling #to_ary |
|
|
fails:Array#- removes an item identified as equivalent via #hash and #eql? |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.