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

rspec testsuite error with ruby3.4.0dev #807

Open
mtasaka opened this issue Nov 24, 2024 · 0 comments
Open

rspec testsuite error with ruby3.4.0dev #807

mtasaka opened this issue Nov 24, 2024 · 0 comments

Comments

@mtasaka
Copy link

mtasaka commented Nov 24, 2024

Testing with ruby 3.4.0dev (2024-11-24 master a8c2d5e7be) +PRISM [x86_64-linux]
ruby/ruby@a8c2d5e

current httparty git head
f0c42a7
causes rspec testsuite failure like:

$ rspec

Failures:

  1) HTTParty::Response#inspect works
     Failure/Error: expect(inspect).to include("parsed_response={\"foo\"=>\"bar\"}")
       expected "#<HTTParty::Response:0x4d40 parsed_response={\"foo\" => \"bar\"}, @response=#<Net::HTTPOK 200 OK readbody=false>, @headers={\"last-modified\" => [\"2010-01-15\"], \"content-length\" => [\"1024\"]}>" to include "parsed_response={\"foo\" => \"bar\"}"
     # ./spec/httparty/response_spec.rb:376:in 'block (3 levels) in <top (required)>'
     # /usr/share/gems/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in 'block (2 levels) in <top (required)>'

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

No branches or pull requests

1 participant