Describe("IsDefault()", func() {
        It("Should return true if the option used the default value", func() {
            cmdLine := []string{"--two", "2"}
            parser := args.NewParser()
            parser.AddOption("--one").IsInt().Default("1")