Sha256: c94926225a6fb557b04ac11dd5ac8fc63ecb571294fdfcdaad06ad10c00fb589
Contents?: true
Size: 454 Bytes
Versions: 6
Compression:
Stored size: 454 Bytes
Contents
--- Test the pluralizer program: !S::Suite attributes: !S::Cmd command: ./pluralizer.rb exit: 0 contents: - Test the bird word: input: "bird" output: "birds\n" - Test the mouse word: args: "mouse" output: "mice\n" - Test a bad word: args: "b1rd" output: "" error: "wrong word!\n" exit: 1 - Test the child word: args: "child" output: "children\n"
Version data entries
6 entries across 6 versions & 1 rubygems