ackama / lighthouse-matchers

Provides RSpec matchers for executing and evaluating Google Chrome Lighthouse audit scores
MIT License
15 stars 1 forks source link

Add Ruby 3.0.x to the Travis build matrix and fix some Ruby 3.0 issues #27

Closed joshmcarthur closed 2 years ago

joshmcarthur commented 2 years ago
  1. kwargs are not getting passed to RSpec properly. Fix: treat incoming args, if any, as a hash
  2. Webrick is no longer part of the std library, because it shouldn't be used in production. Fix: Add a gem dependency.