Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2011-06-24 05:57:39 +0400
committerdanielgrippi <danielgrippi@gmail.com>2011-06-24 05:57:39 +0400
commitbd84eaaf7533e061828e745f01f7ce3752ba8b52 (patch)
tree1b305f1901b2cf8217410af3bbdcdcc5de302892 /Gemfile
parent63125cb9b960d39c903c1acf93495c1edbd04cde (diff)
added cucumber test for re-registering a pod from a client
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index abcf5dd87..fbc7e0078 100644
--- a/Gemfile
+++ b/Gemfile
@@ -96,6 +96,6 @@ group :test do
gem 'rspec-instafail', '>= 0.1.7', :require => false
gem 'fuubar'
- gem 'diaspora-client', #:git => 'git@github.com:diaspora/diaspora-client.git'
- :path => "~/workspace/diaspora-client"
+ gem 'diaspora-client', :git => 'git@github.com:diaspora/diaspora-client.git'
+ #:path => "~/work/diaspora-client"
end