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

Fix remaining Minitest 6 warnings #164

Open
dblock opened this issue May 14, 2020 · 1 comment
Open

Fix remaining Minitest 6 warnings #164

dblock opened this issue May 14, 2020 · 1 comment
Labels

Comments

@dblock
Copy link
Collaborator

dblock commented May 14, 2020

I failed to fix this one in https://travis-ci.org/github/codegram/hyperclient/jobs/687209667

DEPRECATED: global use of must_equal from /home/travis/build/codegram/hyperclient/features/steps/default_config.rb:28. Use _(obj).must_equal instead. This will fail in Minitest 6.

Spinach + Minitest don't play along and _(obj) is not available.

@dblock dblock added the bug label May 14, 2020
@dblock dblock changed the title Minitest 6 warnings Fix remaining Minitest 6 warnings May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@dblock and others