We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While testing Ruby 3.3, cookiejar doesn't seem to work. rspec fails with
cookiejar
rspec
ArgumentError: wrong number of arguments (given 3, expected 1..2) # /usr/local/bundle/gems/ruby/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar/cookie_validation.rb:48:in `initialize' # /usr/local/bundle/gems/ruby/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar/cookie_validation.rb:48:in `new' # /usr/local/bundle/gems/ruby/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar/cookie_validation.rb:48:in `<module:CookieValidation>' # /usr/local/bundle/gems/ruby/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar/cookie_validation.rb:25:in `<module:CookieJar>' # /usr/local/bundle/gems/ruby/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar/cookie_validation.rb:5:in `<top (required)>' # /usr/local/bundle/gems/ruby/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar/cookie.rb:3:in `<top (required)>' # /usr/local/bundle/gems/ruby/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar.rb:1:in `<top (required)>' # /usr/local/bundle/gems/bundler-2.4.22/lib/bundler.rb:187:in `require' # ./spec/spec_helper.rb:9:in `<top (required)>'
It's only used in test and we can easily isolate the specs.
The text was updated successfully, but these errors were encountered:
Is this https://github.com/dwaite/cookiejar? It was archived a while ago, so I think it's time to move on.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
While testing Ruby 3.3,
cookiejar
doesn't seem to work.rspec
fails withIt's only used in test and we can easily isolate the specs.
The text was updated successfully, but these errors were encountered: