Sha256: 0d965f4dd099357c73746b83f2283ad9ca60ccc995981dc3550be8bd39452d19
Contents?: true
Size: 414 Bytes
Versions: 1
Compression:
Stored size: 414 Bytes
Contents
require 'helper' class TestImasquerade < Test::Unit::TestCase should "perform the example in the README" do uri = "http://itunes.apple.com/us/podcast/the-f-u-sports-talk-podcast/id356478903" proper_response = "http://www.urannonline.com/Collection_Site/The_F_U_Sports_Talk_Podcast/rss.xml" response = Imasquerade::Extractor.parse_itunes_uri uri assert_equal(proper_response, response) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
imasquerade-0.2.4 | test/test_imasquerade.rb |