Skip to content

Commit 60bca91

Browse files
committed
missing end
1 parent b6eac05 commit 60bca91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/gist_tag_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
it "produces the noscript tag" do
148148
expect(output).to match(/<noscript><pre>puts &#39;hello world&#39;<\/pre><\/noscript>/)
149149
end
150+
end
151+
end
150152

151153
context "with noscript disabled" do
152154
let(:doc) { doc_with_content(content, { "gist" => { "noscript" => false } }) }
@@ -160,7 +162,6 @@
160162
expect(output).to_not match(/<noscript>/)
161163
end
162164
end
163-
164165
end
165166

166167
context "invalid gist" do

0 commit comments

Comments
 (0)