config spec now makes sense
This commit is contained in:
parent
185e84537e
commit
c98f6f21c8
1 changed files with 6 additions and 6 deletions
|
|
@ -4,16 +4,16 @@
|
||||||
|
|
||||||
describe 'making sure the config is parsed as should' do
|
describe 'making sure the config is parsed as should' do
|
||||||
|
|
||||||
describe 'app config' do
|
describe 'pod_url' do
|
||||||
|
it 'should have a trailing slash' do
|
||||||
it 'pod_url has a trailing slash' do
|
|
||||||
APP_CONFIG[:pod_url].should == 'http://example.org/'
|
APP_CONFIG[:pod_url].should == 'http://example.org/'
|
||||||
end
|
end
|
||||||
|
end
|
||||||
it 'terse_pod_url is correctly parsed' do
|
|
||||||
|
describe 'terse_pod_url'
|
||||||
|
it 'should be correctly parsed' do
|
||||||
APP_CONFIG[:terse_pod_url].should == 'example.org'
|
APP_CONFIG[:terse_pod_url].should == 'example.org'
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue