diff --git a/spec/jekyll_seo_tag_integration_spec.rb b/spec/jekyll_seo_tag_integration_spec.rb index 22dcd08..3073d79 100755 --- a/spec/jekyll_seo_tag_integration_spec.rb +++ b/spec/jekyll_seo_tag_integration_spec.rb @@ -23,6 +23,11 @@ RSpec.describe Jekyll::SeoTag do expect(output).to match(%r!Jekyll SEO tag v#{version}!i) end + it "outputs jekyll version" do + jekyll_version = Jekyll::VERSION + expect(output).to match(%r!Jekyll v#{jekyll_version}!i) + end + it "outputs valid HTML" do site.process options = { @@ -296,6 +301,7 @@ RSpec.describe Jekyll::SeoTag do expected = <<-EOS Foo +