-
Notifications
You must be signed in to change notification settings - Fork 2
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
Mock HTTP calls in specs #17
Comments
Also, the specs are now actually doing HTTP queries. Does that make sense, or should we mock those? |
Those should be mocked for sure. |
The issues with SimpleCov should be fixable by adding a |
Thanks for the pointer! SimpleCov now working locally, and got CoverAlls to work on Travis. Leaving this issue open as a reminder to mock the HTTP calls. |
Getting this error on Travis, but not locally:
A bit puzzled as this happens in
spec_helper.rb
:Have fixed it temporarily by adding
defined?(::RubyDeps)
condition to the logger methods.Additionally, I just noticed that the spec files are themselves being covered by simplecov:
Seems like the RSpec environment is being set up quite right, but don't know what the issue is. 😕
The text was updated successfully, but these errors were encountered: