Todd Mazierski
Todd Mazierski
Hi @beders, I'm using Resty 0.3.1, and I can't seem to get HTTP Basic Authentication to work. I receive an error when I use the `json()` method. Here is the...
Thanks, @a-b. We're still working on getting the required environment variables from Heroku CI as [mentioned in this comment](https://github.com/codeclimate/ruby-test-reporter/issues/183#issuecomment-290177267). Please stand by!
Many thanks, @cjheath!
Thank you, @rncbc! I created a bug report in the Dexed repository: https://github.com/asb2m10/dexed/issues/395
I did a little investigation, and _think_ I see the cause of the problem: minitest-display appears to patch [`MiniTest::Unit._run_anything`](https://github.com/quirkey/minitest-display/blob/7d116ec7b962276fba8b9b90db32c21c85054ce3/lib/minitest/display.rb#L120-155) and [`MiniTest::Unit._run_suite`](https://github.com/quirkey/minitest-display/blob/7d116ec7b962276fba8b9b90db32c21c85054ce3/lib/minitest/display.rb#L157-213), but CI::Reporter [assigns itself](https://github.com/nicksieger/ci_reporter/blob/af985073448385b70c814189ff1b58a6f9420a46/lib/ci/reporter/rake/minitest_loader.rb#L9) as the default MiniTest runner...