Skip to content

Commit c2bb3c7

Browse files
committed
Add test
1 parent c445bd2 commit c2bb3c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/inflection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ describe( 'test .pluralize', function (){
5555
inflection.pluralize( 'criteria' ).should.equal( 'criteria' );
5656
inflection.pluralize( 'genus' ).should.equal( 'genera' );
5757
inflection.pluralize( 'genera' ).should.equal( 'genera' );
58+
inflection.pluralize( 'grammar' ).should.equal( 'grammars' );
5859
});
5960
});
6061

0 commit comments

Comments
 (0)