Context("Given a single key=value pair", func() {
            It("Should return the next token found in the buffer", func() {
                tokenizer := args.NewKeyValueTokenizer("key=value")

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