Context("Given multiple key=value pairs", func() {
            It("Should return the next token found in the buffer", func() {
                tokenizer := args.NewKeyValueTokenizer("key=value,key2=value2")

                Expect(tokenizer.Next()).To(Equal("key"))