We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d65cf commit 4ca4831Copy full SHA for 4ca4831
spec/gist_tag_spec.rb
@@ -112,7 +112,7 @@
112
expect(output).to match(/<script src="https:\/\/gist.github.com\/#{gist_id}.js\?file=#{gist_filename}">\s<\/script>/)
113
end
114
115
- it "doesn't produces the noscript tag" do
+ it "does not produce the noscript tag" do
116
expect(output).to_not match(/<noscript><pre><test>true<\/test><\/pre><\/noscript>\n/)
117
118
0 commit comments