kucaahbe / rspec-html-matchers

Old school have_tag, with_tag(and more) matchers for rspec 3 (Nokogiri powered)
http://rubygems.org/gems/rspec-html-matchers
MIT License
199 stars 90 forks source link

ruby 2.6.5 in test matrix #70

Closed hamadata closed 4 years ago

hamadata commented 4 years ago

add ruby 2.6.5 (latest version) to test matrix.

kucaahbe commented 4 years ago

hello @hamadata , thanks for your time and efforts, I have to do additional checks before merging. In particular if things still work with older versions nokogiri (< 1.10) than probably it will make sense to continue support older rubies as well

kucaahbe commented 4 years ago

merged, thanks!

hamadata commented 4 years ago

@kucaahbe Thanks for your review!