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
Current behavior: specs fail with puma 6
Steps to reproduce current behavior:
bundle exec rspec in master:
bundle exec rspec
... Failure/Error: Puma::Events.new($stdout, $stderr) ArgumentError: wrong number of arguments (given 2, expected 0) # ./vendor/bundle/ruby/2.7.0/gems/puma-6.0.0/lib/puma/events.rb:11:in `initialize' # ./spec/integration/support/server.rb:62:in `new' # ./spec/integration/support/server.rb:62:in `events' # ./spec/integration/support/server.rb:31:in `initialize' # ./spec/integration/support/server.rb:10:in `new' # ./spec/integration/support/server.rb:10:in `run' # ./spec/savon/options_spec.rb:11:in `block (2 levels) in <top (required)>'
Expected behavior:
tests pass
System information:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
Current behavior:
specs fail with puma 6
Steps to reproduce current behavior:
bundle exec rspec
in master:Expected behavior:
tests pass
System information:
The text was updated successfully, but these errors were encountered: