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

Version 0.8.2 yanked? #60

Closed shaneog closed 7 years ago

shaneog commented 7 years ago

Was version 0.8.2 yanked? Why? https://rubygems.org/gems/rspec-html-matchers/versions/0.8.2

This broke a load of deploys for me 😞

kucaahbe commented 7 years ago

@shaneog yes, it had this bug #58, please use 0.8.1 or 0.9.0 instead. And probably it worth to put this gem in 'test' group in Gemfile and exclude it from deployment bundle install process, so test things do not affect deployments :)

shaneog commented 7 years ago

Thanks! My deploys require tests to pass, so the CI wasn't permitting deploys due to failing to run bundle install.