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

Fix with_tag nesting #59

Closed randoum closed 7 years ago

randoum commented 7 years ago

Fixes #58, #48, #41, and #24 Giving the expected behavior to with_tag and all short-hand methods

randoum commented 7 years ago

Note Travis error is from Travis settings (last version of nokogiri needs ruby > 2.1.0) Otherwise all is green

kucaahbe commented 7 years ago

@randoum thanks for you work! merged and pushed 0.9.0 version