Set up project:
mkdir project
cd project
npm init -y
Dear Santa,
I have been a very good boy. I would like the following things for Christmas:
# To check if this is up-to-date with the tax rates go to | |
# http://www.expatax.nl/tax-rates-2016.php and see if there's anything | |
# newer there. | |
# | |
# I make no guarantees that any of this is correct. I calculated this | |
# at the time and have been updating it when new tax rates come along | |
# because people keep finding this useful. | |
# | |
# There's also an interactive JS version of this created by | |
# @stevermeister at |
# Paths | |
export PATH=/Applications/TextMate.app/Contents/Resources:$PATH | |
export PATH=/opt/local/bin:/opt/local/sbin:$PATH | |
export MANPATH=/opt/local/share/man:$MANPATH | |
export PATH=/opt/apache/bin:$PATH | |
export PATH=/opt/php5/bin:$PATH | |
export PATH=/usr/local/mysql/bin:$PATH | |
export PATH=/usr/local/pgsql/bin:$PATH | |
export PATH=/Users/Robert/github/ivy/bin:$PATH | |
=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') |