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

Add missing dev/test dependency and fix broken test #86

Merged
merged 2 commits into from
Jul 25, 2019

Conversation

tjschuck
Copy link
Contributor

TestNetHttpPersistent#test_pipeline was getting skipped by default, since net-http-pipeline wasn't installed as a test dependency. However, when installed, the skipped test was failing with NoMethodError: undefined method `start' for #<Net::HTTP::Persistent::Connection:0x007fcf0d992d28>.

This adds net-http-pipeline as a dev dependency so the test isn't skipped in CI and fixes the test so it passes.

`TestNetHttpPersistent#test_pipeline` was getting skipped by default, since `net-http-pipeline` wasn't installed as a test dependency.  However, when installed, the skipped test was failing with `NoMethodError: undefined method `start' for #<Net::HTTP::Persistent::Connection:0x007fcf0d992d28>`.

This adds `net-http-pipeline` as a dev dependency so the test isn't skipped in CI and fixes the test so it passes.
@drbrain drbrain merged commit 06c2950 into drbrain:master Jul 25, 2019
@tjschuck tjschuck deleted the test_fix branch July 25, 2019 18:44
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