Appease RuboCop

This commit is contained in:
Kyle Niewiada 2017-02-17 10:33:39 -05:00
parent 4c577ffb47
commit 02eb926293
1 changed files with 1 additions and 1 deletions

View File

@ -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!<meta property="og:image:height" content="1" />!