Skip to content

Commit 4fcf0f3

Browse files
committed
Remove my annoying pending test about meta tags
I've dived into the erector source a couple of times to figure out why it won't render the meta tag I want, to no success. It's probably not important enough to spit out a scary pending test message for every testrun.
1 parent 24ec437 commit 4fcf0f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/app_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ def get! *args
100100
it "should render style tags without any attributes" do
101101
@body.should match(/<style>/i)
102102
end
103-
104-
it "should render meta tags in the terse html5 style" do
105-
pending <<GRIPE
106-
For whatever reason, erector (or something else?!) always makes a meta tag with 'http-equiv...' etc.
107-
Adding `meta :charset => 'UTF-8'` in head_content should fix this, but it just adds an extra meta tag instead.
108-
GRIPE
109-
@body.should match(/<meta charset=['"]UTF-8['"]>/i)
110-
end
111103
end
112104

113105
describe "an app with slides" do

0 commit comments

Comments
 (0)