Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Dana-G on github.
  • I am smallspark (https://keybase.io/smallspark) on keybase.
  • I have a public key whose fingerprint is ECFC 3760 73DD 93AF F840 B3B4 6F2E 5837 013D C866

To claim this, I am signing this object:

=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
@Dana-G
Dana-G / 0_reuse_code.js
Created November 27, 2013 08:36
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console