savonrb / httpi

Common interface for Ruby's HTTP clients
http://httpirb.com
MIT License
300 stars 150 forks source link

chore: Fix rspec deprecation warnings #220

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

Using should from rspec-expectations' old :should syntax without explicitly enabling the syntax is deprecated. Use the new :expect syntax or explicitly enable :should with config.expect_with(:rspec) { |c| c.syntax = :should } instead. Called from /home/travis/build/savonrb/httpi/spec/integration/net_http_spec.rb:100:in `block (5 levels) in <top (required)>'.