omitting the nil - breaking the Travis build
This commit is contained in:
parent
2364ed13de
commit
bf3bd6dee3
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ describe Microformats2::Collection do
|
|||
describe "rels.html" do
|
||||
before do
|
||||
html = "spec/support/lib/microformats2/rels.html"
|
||||
@collection = Microformats2.parse(html, nil)
|
||||
@collection = Microformats2.parse(html)
|
||||
end
|
||||
describe "#to_json" do
|
||||
it "should match rels.js" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue