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 mocha deprecation #499

Merged
merged 1 commit into from
Jun 14, 2021
Merged

Fix mocha deprecation #499

merged 1 commit into from
Jun 14, 2021

Conversation

dylanahsmith
Copy link
Contributor

@dylanahsmith dylanahsmith commented Jun 14, 2021

Branch is based on #496 to avoid CI failures

The warning from running the tests was

Mocha deprecation warning at test/test_helper.rb:4:in `require': Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api' instead of 'mocha/setup'

So I chose to use 'mocha/minitest', the most appropriate of the suggested changes recommended in that error message

@dylanahsmith dylanahsmith changed the base branch from master to skip-rubocop-version-with-bug June 14, 2021 13:19
Base automatically changed from skip-rubocop-version-with-bug to master June 14, 2021 20:44
The warning from running the tests was

```
Mocha deprecation warning at test/test_helper.rb:4:in `require': Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api' instead of 'mocha/setup'
```
@dylanahsmith dylanahsmith merged commit 771b0f9 into master Jun 14, 2021
@dylanahsmith dylanahsmith deleted the fix-mocha-deprecation branch June 14, 2021 20:45
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.

None yet

2 participants