Skip to content

Instantly share code, notes, and snippets.

feature "Main page" do
background do
create_user :login => "jdoe"
login_as "jdoe"
end
scenario "should show existing quotes" do
create_quote :text => "The language of friendship is not words, but meanings",
:author => "Henry David Thoreau"
# Install XCode
# Install Homebrew
ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
brew install git
brew update
brew upgrade