Skip to content

Deprecation warnings appear in unit test output #53

Open
@clintoncwolfe

Description

@clintoncwolfe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Aspect/TestingDid we check if it actually worked?Type/ChoreNon-critical maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions