--- Test the pluralizer program: !S::Suite attributes: !S::Cmd command: ./pluralizer.rb exit: 0 contents: - Test the bird word: input: !path bird.txt output: "birds\n" - Test the ant word: args: "ant" output: "ants\n" - Test a bad word: weight: 2 args: "b1rd" output: "" error: "wrong word!\n" exit: 1 - Test the trap word: weight: -1 args: "child" output: "childs\n"