From dfacea2a9c86486594f549ca6c3c89c359cc2f9a Mon Sep 17 00:00:00 2001 From: Kyle Niewiada Date: Tue, 11 Apr 2017 12:04:17 -0400 Subject: [PATCH] Appease lord RuboCop --- spec/jekyll_seo_tag_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/jekyll_seo_tag_spec.rb b/spec/jekyll_seo_tag_spec.rb index 48a338b..230563d 100755 --- a/spec/jekyll_seo_tag_spec.rb +++ b/spec/jekyll_seo_tag_spec.rb @@ -231,7 +231,7 @@ describe Jekyll::SeoTag do end it "outputs the image JSON object with dimensions" do - expect(json_data["image"]["url"]).to eql("http://example.invalid/img/foo.png") + expect(json_data["image"]["url"]).to eql("http://example.invalid/img/foo.png") expect(json_data["image"]["height"]).to eql(1) expect(json_data["image"]["width"]).to eql(2) end