Appease RuboCop

This commit is contained in:
kyle 2017-01-30 10:46:22 -05:00
parent 987e1ea81c
commit 6ebc866c5e
1 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ describe Jekyll::SeoTag do
let(:meta) do
{
"image" => { "path" => "/img/banner.png", "height" => 1, "width" => 2 },
"url" => "http://example.invalid"
"url" => "http://example.invalid",
}
end
let(:page) { make_post(meta) }
@ -216,7 +216,7 @@ describe Jekyll::SeoTag do
let(:meta) do
{
"image" => { "path" => "/img/banner.png" },
"url" => "http://example.invalid"
"url" => "http://example.invalid",
}
end
let(:page) { make_post(meta) }