test/helper_test.rb in feedtools-0.2.3 vs test/helper_test.rb in feedtools-0.2.4
- old
+ new
@@ -20,10 +20,12 @@
def test_sanitize_html
end
def test_tidy_html
FeedTools.tidy_enabled = true
-
+ unless FeedTools.tidy_enabled?
+ puts "\nCould not test tidy support. Libtidy couldn't be found."
+ end
FeedTools.tidy_enabled = false
end
end
\ No newline at end of file