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

Extract inline HTML #8

Closed cimm closed 13 years ago

cimm commented 13 years ago

Hi Dmitry,

As promised! I extracted all the inline HTML blocks in the code in a separate /assets folder. This not only makes the spec file less heavy (it's a bit too long in my opinion) but should also make it easier to modify the HTML. I'm not pleased with the names of the files yet, could you have a look and maybe rename the files with some more meaningful names (special.html doesn't really mean anything)?

You don't have to merge it in if you don't like my changes. Thanks!

-- Simon

kucaahbe commented 13 years ago

Like it, thanks!