Skip to content

Commit

Permalink
Took out unnecessary repetition in specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesbowkett committed Sep 18, 2008
1 parent b243cfe commit 61cee14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/array_spec.rb
Expand Up @@ -6,8 +6,6 @@
([1,1,2].duplicates? 2).should be_false
([1,1,2].duplicates? 1).should be_true

([].duplicates? 4).should be_false
([].duplicates? 2).should be_false
([].duplicates? 1).should be_false
end
end

0 comments on commit 61cee14

Please sign in to comment.