From b3d5db35635b99585bf455803d012e5deeb57196 Mon Sep 17 00:00:00 2001 From: Aaron Gustafson Date: Mon, 3 Apr 2017 11:32:31 -0400 Subject: [PATCH] Fixing Rubocop offenses --- spec/jekyll_seo_tag_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/jekyll_seo_tag_spec.rb b/spec/jekyll_seo_tag_spec.rb index c516d70..579e7ce 100755 --- a/spec/jekyll_seo_tag_spec.rb +++ b/spec/jekyll_seo_tag_spec.rb @@ -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!! expect(output).to match(expected) @@ -607,5 +607,4 @@ EOS end end end - end