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
path: root/spec
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-23 04:13:31 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-23 04:13:31 +0400
commit99aafb18cd041cf382fbd1fc795231e5d3ec62df (patch)
tree6934f0dadb2a1b11a457fcc272cb3f441888ace3 /spec
parentf74bf047982e456564be0d284e82e9c0135790a1 (diff)
Reshares show up on sharing, prevent multi-resharing, still need to make that ui nice
Diffstat (limited to 'spec')
-rw-r--r--spec/factories.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories.rb b/spec/factories.rb
index b637cc97d..ab39142e6 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -41,6 +41,7 @@ Factory.define :like do |x|
end
Factory.define :user do |u|
+ u.getting_started false
u.sequence(:username) { |n| "bob#{n}#{r_str}" }
u.sequence(:email) { |n| "bob#{n}#{r_str}@pivotallabs.com" }
u.password "bluepin7"