makes specs way more readable

This commit is contained in:
Jessica Lynn Suttles 2013-02-15 10:53:40 -08:00
parent ff556ab648
commit 8344b85938
23 changed files with 234 additions and 182 deletions

View file

@ -19,7 +19,7 @@ describe Microformats2 do
Microformats2.read_html(@html).should include @html
end
it "can be a file path to html" do
html = "spec/support/hcard-simple.html"
html = "spec/support/lib/microformats2/simple.html"
Microformats2.read_html(html).should include "<div class=\"h-card\">"
end
it "can be a url to html" do