Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borisnadion authored and kuroda committed Apr 25, 2012
1 parent 20f0c19 commit 11866e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/pluralization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@
end

it "detects that 2 in category 'two'" do
rule.call(2).should == :two
rule.call(2).should == :other
end

[10, 30, 70, 100, 130].each do |count|
it "detects that #{count} in category 'many'" do
rule.call(count).should == :many
rule.call(count).should == :other
end
end

Expand Down

0 comments on commit 11866e2

Please sign in to comment.