Skip to content

Instantly share code, notes, and snippets.

@jarmo
Created October 16, 2010 14:53
Show Gist options
  • Save jarmo/629857 to your computer and use it in GitHub Desktop.
Save jarmo/629857 to your computer and use it in GitHub Desktop.
module SpecHelper
def text_field(*args)
@browser.text_field(*args)
end
def checkbox(*args)
@browser.checkbox(*args)
end
def button(*args)
@browser.button(*args)
end
def div(*args)
@browser.button(*args)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment