Skip to content

Instantly share code, notes, and snippets.

@rubemz
Created April 18, 2012 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubemz/2411979 to your computer and use it in GitHub Desktop.
Save rubemz/2411979 to your computer and use it in GitHub Desktop.
class Page
include CapybaraPageObject::Page
element(:send) { find_button('Send') }
# would be the same as
def send
find_button('Send')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment