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:
Diffstat (limited to 'spec/factories.rb')
-rw-r--r--spec/factories.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/factories.rb b/spec/factories.rb
index 6c6d69f4f..b64cbbc5e 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -68,10 +68,3 @@ end
Factory.define(:comment) {}
-Factory.define :fb_status do |s|
- s.graph_id "367501354973"
- s.author_name "Bret Taylor"
- s.author_id "220439"
- s.message "Pigs run from our house in fear. Tonight, I am wrapping the pork tenderloin in bacon and putting pancetta in the corn."
- s.updated_time Time.parse "2010-03-06T02:57:48+0000"
-end