diff --git a/spec/jekyll_seo_tag_integration_spec.rb b/spec/jekyll_seo_tag_integration_spec.rb index 81278b8..78b6fc0 100755 --- a/spec/jekyll_seo_tag_integration_spec.rb +++ b/spec/jekyll_seo_tag_integration_spec.rb @@ -329,9 +329,7 @@ EOS end it "minifies JSON-LD" do - expected = <<-EOS.strip -{"name":null,"description":"description","author":null,"@type":"BlogPosting" -EOS + expected = '{"name":null,"description":"description"' expect(output).to match(expected) end end