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:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 06:15:47 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 06:15:47 +0400
commit17774d8b3b94ab0f3c6917c65d30552959fa387e (patch)
treeb137571ec2acba9194efaebaa9fbd8ec38f00532 /features
parenta1bf22fe7e4cbcb535ebfd6d108cf09d37856ebe (diff)
Getting repost back to almost green.
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/oauth_steps.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/step_definitions/oauth_steps.rb b/features/step_definitions/oauth_steps.rb
index a14d83db7..444648fc3 100644
--- a/features/step_definitions/oauth_steps.rb
+++ b/features/step_definitions/oauth_steps.rb
@@ -71,6 +71,10 @@ class Chubbies
end
end
+ def self.nullify
+ "2> /dev/null > /dev/null"
+ end
+
def self.kill
`kill -9 #{get_pid}`
end