Skip to content

Instantly share code, notes, and snippets.

@johnivanoff
Created December 9, 2012 21:49
Show Gist options
  • Select an option

  • Save johnivanoff/4247180 to your computer and use it in GitHub Desktop.

Select an option

Save johnivanoff/4247180 to your computer and use it in GitHub Desktop.
def test_find_the_thumbnail_image
feed = File.read('fixtures/feed.xml')
items = parse feed
item = items.first
thumbnail = 'http://farm9.staticflickr.com/8488/8205498382_4e5ed09a62_s.jpg'
assert_equal item[:thumbnail], thumbnail
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment