Skip to content

Commit

Permalink
Update jekyll-seo-tag specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ain committed Oct 18, 2020
1 parent c12d6c3 commit 8557acf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spec/github-pages/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,12 @@ def rm_destination
end

context "jekyll-seo-tag" do
it "outputs the tag" do
expect(contents).to match("<title>Jekyll SEO Tag")
it "outputs title tag" do
expect(contents).to include("<title>Jekyll SEO Tag | pages-gem</title>")
end

it "outputs OpenGraph locale meta tag" do
expect(contents).to include("<meta property=\"og:locale\" content=\"en_US\">")
end
end

Expand Down

0 comments on commit 8557acf

Please sign in to comment.