From 4f919b2aaaf398eecc4a37144279e9692095815c Mon Sep 17 00:00:00 2001 From: Aaron Gustafson Date: Mon, 3 Apr 2017 20:05:24 -0400 Subject: [PATCH] Anticitating Rubocop --- spec/jekyll_seo_tag_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/jekyll_seo_tag_spec.rb b/spec/jekyll_seo_tag_spec.rb index a96aea2..e2bcb0b 100755 --- a/spec/jekyll_seo_tag_spec.rb +++ b/spec/jekyll_seo_tag_spec.rb @@ -606,7 +606,7 @@ EOS end end end - + context "with site.lang hyphenated" do let(:site) { make_site("lang" => "en-US") }