omitting the nil - breaking the Travis build

This commit is contained in:
Tom Morris 2013-09-15 18:20:04 +01:00
parent 2364ed13de
commit bf3bd6dee3

View file

@ -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