Fixing Rubocop offenses

This commit is contained in:
Aaron Gustafson 2017-04-03 11:32:31 -04:00
parent a1e5b4e53d
commit b3d5db3563
1 changed files with 1 additions and 2 deletions

View File

@ -591,7 +591,7 @@ EOS
context "with site.lang" do
let(:site) { make_site("lang" => "en_US") }
it "uses site.lang if page.lang is not present" do
expected = %r!<meta property="og:locale" content="en_US" />!
expect(output).to match(expected)
@ -607,5 +607,4 @@ EOS
end
end
end
end