Skip to content

Instantly share code, notes, and snippets.

@evmorov
Last active May 3, 2016 06:45
Show Gist options
  • Save evmorov/7eb538f022efcc35c3325ed980f7664f to your computer and use it in GitHub Desktop.
Save evmorov/7eb538f022efcc35c3325ed980f7664f to your computer and use it in GitHub Desktop.
For the article at medium.com
let(:doc) { Nokogiri::XML(xml) }
it do
id = doc.xpath('//school[name/text()="Second school"]/id').text
expect(id).to eq('2')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment