adds rake task to scrape sites for spec examples
This commit is contained in:
parent
cc78be542f
commit
d76595f044
29 changed files with 368 additions and 0 deletions
9
spec/support/cases/microformats-2-9.html
Normal file
9
spec/support/cases/microformats-2-9.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!-- http://microformats.org/wiki/microformats-2 -->
|
||||
<div class="h-card">
|
||||
<a class="p-name u-url"
|
||||
href="http://blog.lizardwrangler.com/"
|
||||
>Mitchell Baker</a>
|
||||
(<a class="h-card"
|
||||
href="http://mozilla.org/"
|
||||
>Mozilla Foundation</a>)
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue