Skip to content

Commit 8fe7c0d

Browse files
committed
fixup! Add test for code_block filter
1 parent 7a41867 commit 8fe7c0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/qiita/markdown/filters/code_block_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
HTML
5858
end
5959

60-
it "adds lang on pre " do
60+
it "adds lang on pre" do
6161
expect(filter.call.to_s).to eq(output_html)
6262
end
6363

@@ -76,7 +76,7 @@
7676
HTML
7777
end
7878

79-
it "adds lang and filename on pre " do
79+
it "adds lang and filename on pre" do
8080
expect(filter.call.to_s).to eq(output_html)
8181
end
8282
end
@@ -97,7 +97,7 @@
9797
HTML
9898
end
9999

100-
it "adds lang and filename on pre " do
100+
it "adds lang and filename on pre" do
101101
expect(filter.call.to_s).to eq(output_html)
102102
end
103103
end
@@ -117,7 +117,7 @@
117117
HTML
118118
end
119119

120-
it "adds lang and filename on pre " do
120+
it "adds lang and filename on pre" do
121121
expect(filter.call.to_s).to eq(output_html)
122122
end
123123
end

0 commit comments

Comments
 (0)