From 02eb92629300750aa90727c977dee388b94a4cd1 Mon Sep 17 00:00:00 2001 From: Kyle Niewiada Date: Fri, 17 Feb 2017 10:33:39 -0500 Subject: [PATCH] Appease 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 929c5ad..bab0a23 100644 --- a/spec/jekyll_seo_tag_spec.rb +++ b/spec/jekyll_seo_tag_spec.rb @@ -179,7 +179,7 @@ describe Jekyll::SeoTag do end context "when given the image height and width (legacy)" do - let(:page) { make_page("image" => { "facebook" => "/img/foo.png", "height" => 1, "width" => 2 } ) } + let(:page) { make_page("image" => { "facebook" => "/img/foo.png", "height" => 1, "width" => 2 }) } it "outputs the image" do expected = %r!!