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/config/config_spec.rb')
-rw-r--r--spec/config/config_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/config/config_spec.rb b/spec/config/config_spec.rb
index de5c1f755..b84758a07 100644
--- a/spec/config/config_spec.rb
+++ b/spec/config/config_spec.rb
@@ -12,6 +12,6 @@ describe 'making sure the config is parsed as should' do
describe 'terse_pod_url'
it 'should be correctly parsed' do
- APP_CONFIG[:terse_pod_url].should == 'example.org'
+ APP_CONFIG[:pod_uri].host.should == 'example.org'
end
end