From ec5145777e8e6aaf8f1f806e60410554bd6c4abe Mon Sep 17 00:00:00 2001 From: Hexagon Date: Tue, 30 Nov 2010 20:30:46 +0100 Subject: [PATCH] Added rake task to check pod_url and terse_pod_url --- spec/config/config_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/config/config_spec.rb b/spec/config/config_spec.rb index 8a0db329a..270b3726b 100644 --- a/spec/config/config_spec.rb +++ b/spec/config/config_spec.rb @@ -4,6 +4,7 @@ describe 'making sure the config is parsed as should' do +<<<<<<< HEAD describe 'pod_url' do it 'should have a trailing slash' do APP_CONFIG[:pod_url].should == 'http://example.org/' @@ -14,6 +15,4 @@ describe 'making sure the config is parsed as should' do it 'should be correctly parsed' do APP_CONFIG[:terse_pod_url].should == 'example.org' end - end - end