Skip to content

Commit

Permalink
Adds fix for pluralizing aircraft (nurugger07#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvt authored and nurugger07 committed Sep 12, 2017
1 parent 128820b commit 866f747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/inflex/pluralize.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ defmodule Inflex.Pluralize do
@default true

@uncountable [
"aircraft",
"equipment",
"fish",
"information",
Expand Down
1 change: 1 addition & 0 deletions test/inflex_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ defmodule InflexTest do
end

test :skip_pluralize do
assert "aircraft" == pluralize("aircraft")
assert "dogs" == pluralize("dogs")
end

Expand Down

0 comments on commit 866f747

Please sign in to comment.