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 for content matching regexs with single + double quotes #14

Closed watsonbox closed 12 years ago

watsonbox commented 12 years ago

Currently when trying to use single quotes in a regular expression to match tag content, a Nokogiri::CSS::SyntaxError error occurs because of the syntax used for the regex custom CSS pseudo class.

kucaahbe commented 12 years ago

thanks, I'm going to review and merge this tomorrow

kucaahbe commented 12 years ago

released with 0.3.5