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