makes specs way more readable
This commit is contained in:
parent
ff556ab648
commit
8344b85938
23 changed files with 234 additions and 182 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue