test/helper_test.rb in feedtools-0.2.12 vs test/helper_test.rb in feedtools-0.2.13

- old
+ new

@@ -26,6 +26,11 @@ puts "\nCould not test tidy support. Libtidy couldn't be found." end FeedTools.tidy_enabled = false end + + def test_build_urn_uri + assert_equal("urn:uuid:fa6d0b87-3f36-517d-b9b7-1349f8c3fc6b", + FeedTools.build_urn_uri('http://sporkmonger.com/')) + end end \ No newline at end of file