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 deep nesting #53

Closed misaka closed 8 years ago

misaka commented 8 years ago

These commits say WIP, but I think this may be good to go. I'm tempted to add another test that explores deep nesting of with_text, because I think that that somehow used to narrow the context correctly (which this PR is trying to fix for with_tag), but now doesn't.

misaka commented 8 years ago

Sorry, I'd meant to keep this PR local for now. I'll re-cut this when I get a chance to do more work on it.