Skip to content

Instantly share code, notes, and snippets.

View pipmossop's full-sized avatar

Philip Mossop pipmossop

  • the green house
  • London
View GitHub Profile
@pipmossop
pipmossop / first_feature
Created November 28, 2012 15:11
first feature
Feature: Join a local community
In order that I can easily limit the items I buy and sell
As a user
I want to be able to join a local trading community
Background:  
Given I have installed the Retrade app
And I am on the join a community form
Scenario: allow access to browser location
@pipmossop
pipmossop / gist:2501212
Created April 26, 2012 17:39
Trying to deploy to production with capistrano and rbenv
PJMMacBookPro-2:platform philipmossop$ cap -S env=production deploy
/Users/philipmossop/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:93:in `instance_eval': ./config/deploy.rb:4: syntax error, unexpected tLSHFT, expecting $end (SyntaxError)
<<<<<<< HEAD
^
from /Users/philipmossop/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:93:in `load'
from /Users/philipmossop/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:172:in `load_from_file'
from /Users/philipmossop/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:89:in `load'
from /Users/philipmossop/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/capistrano-2.12.0/lib/capistrano/configuration/loading.rb:86:in `block in load'
from /Users/philipmossop/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/capistra
@pipmossop
pipmossop / .profile
Created April 24, 2012 16:42
A messed up bash_profile
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
export PATH="${ANT_HOME}/bin$PATH"