Skip to content

Instantly share code, notes, and snippets.

@jarmo
Created October 16, 2010 14:44
Show Gist options
  • Save jarmo/629848 to your computer and use it in GitHub Desktop.
Save jarmo/629848 to your computer and use it in GitHub Desktop.
describe "something" do
# ...
it "works like something" do
@browser.text_field(:id => "something").set "text"
@browser.checkbox(:id => "works").clear
@browser.button(:id => "like").click
@browser.div(:id => "error").should be_visible
end
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment