From 160198c15291a1568e620ccaf5396b75da53e008 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/config/config_spec.rb b/spec/config/config_spec.rb index de5c1f755..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/'