test/tilt_blueclothtemplate_test.rb in tilt-1.3.3 vs test/tilt_blueclothtemplate_test.rb in tilt-1.3.4

- old
+ new

@@ -39,7 +39,7 @@ "HELLO <blink>WORLD</blink>" } assert_equal "<p>HELLO &lt;blink>WORLD&lt;/blink></p>", template.render end end rescue LoadError => boom - warn "Tilt::BlueClothTemplate (disabled)\n" + warn "Tilt::BlueClothTemplate (disabled)" end