Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support include? aliases in Minitest/AssertIncludes? #315

Open
vlad-pisanov opened this issue Aug 22, 2024 · 0 comments
Open

Support include? aliases in Minitest/AssertIncludes? #315

vlad-pisanov opened this issue Aug 22, 2024 · 0 comments

Comments

@vlad-pisanov
Copy link

Thought: should Minitest/AssertIncludes, Minitest/RefuteIncludes also detect common aliases of include?? Maybe via an option?

# bad
assert hash.include?(:foo) # currently supported ✔️ 
assert hash.key?(:foo)
assert hash.has_key?(:foo)
assert hash.member?(:foo)

# good
assert_includes hash, :foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant