-
-
Notifications
You must be signed in to change notification settings - Fork 264
Fix test run and deprecation warnings #139
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 test run and deprecation warnings #139
Conversation
`rake test` failed with the following error:
```
W, [2017-03-19T08:04:17.060025 #39975] WARN -- : This usage of the Code Climate Test Reporter is now deprecated. Since version
1.0, we now require you to run `SimpleCov` in your test/spec helper, and then
run the provided `codeclimate-test-reporter` binary separately to report your
results to Code Climate.
More information here: https://github.com/codeclimate/ruby-test-reporter/blob/master/README.md
```
- Followed instructions for setting up codeclimate for v1.
- Also addressed deprecation warnings `Use assert_nil if expecting nil from ...`
Try removing before install step that is failing.
|
@mpapis Sorry to bother you with this, but I am having some trouble getting the tests to run locally and in CI. I will tell my story below. First I cloned the repo, bundle installed, and ran rake. The test run failed with the following message: First I tried pinning the version of My question here is how do you want to handle the version of
The first build on travis (https://travis-ci.org/oauth-xx/oauth-ruby/jobs/212709467) failed all ruby versions with: I did some googling but not much turned up for the error message so I tried removing the step that was causing the error
Sorry for the long story. I just wanted to get all the info up here. I am happy to go any route that works for you. |
|
Hey @jcamenisch, nice catch. Sorry I haven't showed up earlier. I've been busy. Does #140 fix all you wanted? 😄 |
|
@thejamespinto Fantastic! Thanks! Going to close this one. |
|
Glad I could help : ) |
rake testfailed with the following error:Use assert_nil if expecting nil from ...