Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Keyword arguments are not supported #2

@matt-royal

Description

@matt-royal

Hi Ben,

I used Quacky to test a method in ruby 2.0 that takes keyword arguments, and noticed that it did not enforce the keyword argument names. In other words, this:

def foo(a: nil, b: nil); end

quacks like this, according to quacky:

def foo(completely_different_argument_name: nil, b: nil); end

Thanks,
Matt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions