--- Test the pluralizer program: !S::Suite contents: - Test the bird word: !S::Cmd command: ./pluralizer.rb args: - "bird" output: "birds\n" exit: 0 - Test the ant word: !S::Cmd command: ./pluralizer.rb args: "ant" output: "ants\n" exit: 0