Added rake task to check pod_url and terse_pod_url

This commit is contained in:
Hexagon 2010-11-30 20:30:46 +01:00 committed by maxwell
parent a683512e6e
commit ec5145777e

View file

@ -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