Appease lord RuboCop

This commit is contained in:
Kyle Niewiada 2017-04-11 12:04:17 -04:00
parent 1125c10767
commit dfacea2a9c
1 changed files with 1 additions and 1 deletions

View File

@ -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