Skip to content

Fix deprecations of global expectations for Minitest 6#30

Merged
henrik merged 1 commit into
barsoom:masterfrom
JuanitoFatas:fix-minitest-warnings
Jan 7, 2020
Merged

Fix deprecations of global expectations for Minitest 6#30
henrik merged 1 commit into
barsoom:masterfrom
JuanitoFatas:fix-minitest-warnings

Conversation

@JuanitoFatas
Copy link
Copy Markdown
Contributor

Howdy,

I was running the test for this project. Saw a lot of warnings from Minitest.

The deprecation was introduced by this commit.

There are 3 syntax to choose from:

_(1 + 1).must_equal 2
value(1 + 1).must_equal 2
expect(1 + 1).must_equal 2

I pick the shortest one, I could update based on your preference.

Thanks.

@henrik henrik merged commit d82ea8c into barsoom:master Jan 7, 2020
@henrik
Copy link
Copy Markdown
Member

henrik commented Jan 7, 2020

Thank you so much! :)

@JuanitoFatas JuanitoFatas deleted the fix-minitest-warnings branch January 8, 2020 18:03
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

Successfully merging this pull request may close these issues.

2 participants