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

[CI] Add Ruby 2.6. #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

junaruga
Copy link

@junaruga junaruga commented Feb 15, 2019

Hi @chrisk Thanks for maintaining this gem.
I added the Ruby latest version 2.6 to CI based on below pull-request.
#63

Do you like to start Travis CI on this repository again?

There is an error on Ruby 2.6.

Failure: test_real_http_request(TestFakeWeb):
  unexpected invocation: #<Mock:TCPSocket>.write_nonblock("GET /main/rss/hotnews/hotnews.rss HTTP/1.1\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nUser-Agent: Ruby\r\nHost: images.apple.com\r\n\r\n", {:exception => false})
  unsatisfied expectations:
  - expected at least once, not yet invoked: #<Mock:TCPSocket>.read_nonblock(any_parameters)
  - expected exactly once, not yet invoked: #<Mock:TCPSocket>.write(all_of(includes("GET /main/rss/hotnews/hotnews.rss HTTP/1.1"), includes("Host: images.apple.com")))

https://travis-ci.org/junaruga/fakeweb/builds/493767431

Do you like to fix it?

@junaruga junaruga changed the title [CI [CI] Add Ruby 2.6. Feb 15, 2019
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