Skip to content

Instantly share code, notes, and snippets.

@manlycode
Created March 18, 2014 17:29
Show Gist options
  • Save manlycode/9624972 to your computer and use it in GitHub Desktop.
Save manlycode/9624972 to your computer and use it in GitHub Desktop.
class CartLink < Domino
selector "header .cart"
def counter
node.find(".counter").text.to_i
end
end
expect(Dom::CartLink.first.counter).to eql(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment