From bf3bd6dee316608e8868d14c3188ed3c572a4aa8 Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Sun, 15 Sep 2013 18:20:04 +0100 Subject: [PATCH] omitting the nil - breaking the Travis build --- spec/lib/microformats2/collection_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/microformats2/collection_spec.rb b/spec/lib/microformats2/collection_spec.rb index 05a7db2..dfca7f3 100644 --- a/spec/lib/microformats2/collection_spec.rb +++ b/spec/lib/microformats2/collection_spec.rb @@ -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