Skip to content

Commit

Permalink
Added todo for failing test (but did not add issue yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeri committed Jul 26, 2009
1 parent d0183aa commit c0c2cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/array/uniq.t
Expand Up @@ -30,6 +30,7 @@ d = [3,13,2,25,5,9]
is d, [3,2,25,9], "uniq! with block"

# uniq! returns nil when nothing is changed
todo "Array#uniq! where nothing is changed should return nil"
e = [4, 5, 6]
e = e.uniq!
is e, nil, "uniq! removing nothing"

0 comments on commit c0c2cc9

Please sign in to comment.