Skip to content

Instantly share code, notes, and snippets.

=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')
@seanmcmills
seanmcmills / sublime-text-3-settings.json
Last active December 22, 2015 13:08 — forked from olivierlacan/sublime-text-2-settings.json
use as the entire "Settings — User" file in Sublime Text 3. thanks olivierlacan!
{
"draw_white_space": "all",
"translate_tabs_to_spaces": true,
"draw_centered": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"save_on_focus_lost": true,
"animation_enabled": false,
"highlight_modified_tabs": true,
"bold_folder_labels": true,