This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="$HOME/.rbenv/bin:$PATH" | |
eval "$(rbenv init -)" | |
export PATH="${ANT_HOME}/bin$PATH" |