Skip to content

Instantly share code, notes, and snippets.

@johnivanoff
Created December 10, 2012 00:25
Show Gist options
  • Select an option

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

Select an option

Save johnivanoff/4247658 to your computer and use it in GitHub Desktop.
def test_find_the_title
feed = File.read('fixtures/feed.xml')
items = parse feed
item = items.first
title = 'An Evening at Shell Beach'
assert_equal item[:title], title
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment