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:
authordanielgrippi <danielgrippi@gmail.com>2011-08-03 01:36:59 +0400
committerdanielgrippi <danielgrippi@gmail.com>2011-08-04 05:02:56 +0400
commitd51e495925666b86b5206759d13de900affdfffc (patch)
treebaa476e5e70029f6d5254da5e042972f6078d507 /spec
parent6369eefdbed419e601893c0d84fe12cfaac78731 (diff)
fetch featured users from remote servers on app init unless already in the db
Diffstat (limited to 'spec')
-rw-r--r--spec/models/person_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/models/person_spec.rb b/spec/models/person_spec.rb
index faa3b238c..18818097a 100644
--- a/spec/models/person_spec.rb
+++ b/spec/models/person_spec.rb
@@ -390,4 +390,7 @@ describe Person do
should == @person.as_json.merge(:tags => @person.profile.tags.map{|t| "##{t.name}"})
end
end
+
+ describe '.featured_users' do
+ end
end