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-06-28 03:44:18 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-06-28 03:44:18 +0400
commit240eb78b08a16f20b1a94d80caa6d991c3af4983 (patch)
tree906600cd6155d64ed9aa46366faa2633db6fb100 /spec/factories.rb
parent17917528f62147c51d908b97ab24e0c47d44d807 (diff)
Change homepage_url to application_base_url
Diffstat (limited to 'spec/factories.rb')
-rw-r--r--spec/factories.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories.rb b/spec/factories.rb
index 640fe1bdc..2a99075e3 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -114,7 +114,7 @@ end
Factory.define(:app, :class => OAuth2::Provider.client_class) do |a|
a.sequence(:name) { |token| "Chubbies#{token}" }
- a.sequence(:homepage_url) { |token| "http://chubbi#{token}.es/" }
+ a.sequence(:application_base_url) { |token| "http://chubbi#{token}.es/" }
a.description "The best way to chub on the net."
a.icon_url "/images/chubbies48.png"