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

page.should have_tag('#error_explanation', :content => message) #17

Closed kucaahbe closed 11 years ago

kucaahbe commented 12 years ago

should behave similar to has_text? in Capybara

kucaahbe commented 11 years ago

actually it was already so..