fix regex syntax

This commit is contained in:
Ben Balter 2017-08-23 16:50:23 -04:00
parent 855ef7b469
commit 3ef2f613e9
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ EOS
end
it "minifies JSON-LD" do
expect(output).to_not match(/{.*?\s.*?}/)
expect(output).to_not match(%r!{.*?\s.*?}!)
end
end
end