Skip to content

Instantly share code, notes, and snippets.

@bonyiii
Created February 1, 2010 11:29
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 bonyiii/291618 to your computer and use it in GitHub Desktop.
Save bonyiii/291618 to your computer and use it in GitHub Desktop.
Given /^I want to see where I am$/ do
tmp = Tempfile.new 'culerity_results'
tmp << $browser.html
tmp.close
`konqueror #{tmp.path}`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment