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

Deprecation warnings appear in unit test output #53

Open
clintoncwolfe opened this issue Jan 25, 2021 · 0 comments
Open

Deprecation warnings appear in unit test output #53

clintoncwolfe opened this issue Jan 25, 2021 · 0 comments
Labels
Aspect/Testing Did we check if it actually worked? Type/Chore Non-critical maintenance

Comments

@clintoncwolfe
Copy link
Contributor

Describe the problem

About 150 lines similar to the following appear in the unit test output:


DEPRECATED: global use of must_be from /workdir/test/unit/unit_helper.rb:25. Use _(obj).must_be instead. This will fail in Minitest 6.
--
  | DEPRECATED: global use of wont_be_empty from /workdir/test/unit/unit_helper.rb:26. Use _(obj).wont_be_empty instead. This will fail in Minitest 6.
  | DEPRECATED: global use of wont_be_empty from /workdir/test/unit/unit_helper.rb:27. Use _(obj).wont_be_empty instead. This will fail in Minitest 6.
  | DEPRECATED: global use of wont_be_empty from /workdir/test/unit/unit_helper.rb:28. Use _(obj).wont_be_empty instead. This will fail in Minitest 6.


Possible Solution

@clintoncwolfe clintoncwolfe added Aspect/Testing Did we check if it actually worked? Type/Chore Non-critical maintenance labels Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aspect/Testing Did we check if it actually worked? Type/Chore Non-critical maintenance
Projects
None yet
Development

No branches or pull requests

1 participant