I hereby claim:
- I am seattle on github.
- I am seattle113 (https://keybase.io/seattle113) on keybase.
- I have a public key ASAgaeLw0nT65S3rQ3atof__UP054rz8QpjWr-qAG5kX4go
To claim this, I am signing this object:
I hereby claim:
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_on('Button Value') |
# Update, upgrade and install development tools: | |
apt-get update | |
apt-get -y upgrade | |
apt-get -y install build-essential git-core curl libssl-dev \ | |
libreadline5 libreadline-gplv2-dev \ | |
zlib1g zlib1g-dev \ | |
libmysqlclient-dev \ | |
libcurl4-openssl-dev \ | |
libxslt-dev libxml2-dev |