Skip to content

Commit 4ca4831

Browse files
committed
I had to fix the language of that one example, cause me eye was twitching. ;)
1 parent a5d65cf commit 4ca4831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/gist_tag_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
expect(output).to match(/<script src="https:\/\/gist.github.com\/#{gist_id}.js\?file=#{gist_filename}">\s<\/script>/)
113113
end
114114

115-
it "doesn't produces the noscript tag" do
115+
it "does not produce the noscript tag" do
116116
expect(output).to_not match(/<noscript><pre>&lt;test&gt;true&lt;\/test&gt;<\/pre><\/noscript>\n/)
117117
end
118118

0 commit comments

Comments
 (0)