Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is required for Ruby 3.0, where the WEBrick was completely removed resulting in test failures such as: ~~~ $ bundle exec rake /home/travis/.rvm/rubies/ruby-head/bin/ruby -I/home/travis/.rvm/gems/ruby-head/gems/rspec-core-3.10.1/lib:/home/travis/.rvm/gems/ruby-head/gems/rspec-support-3.10.1/lib /home/travis/.rvm/gems/ruby-head/gems/rspec-core-3.10.1/exe/rspec --pattern spec/\*\*/\*_spec.rb -c -f progress -r ./spec/spec_helper.rb An error occurred while loading ./spec/spec_helper.rb. - Did you mean? rspec ./spec/unit/response_spec.rb Failure/Error: require 'webrick' LoadError: cannot load such file -- webrick # ./spec/support/webmock_server.rb:1:in `require' # ./spec/support/webmock_server.rb:1:in `<top (required)>' # ./spec/spec_helper.rb:20:in `require' # ./spec/spec_helper.rb:20:in `<top (required)>' No examples found. ~~~ Fixes #924
- Loading branch information