Corrected spelling mistake
This commit is contained in:
@@ -28,7 +28,7 @@ describe 'WebSite' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
context 'when protocol or trailing slash is missing' do
|
context 'when protocol or trailing slash is missing' do
|
||||||
it 'should add the them' do
|
it 'should add them' do
|
||||||
@uri = 'example.localhost'
|
@uri = 'example.localhost'
|
||||||
@expected = 'http://example.localhost/'
|
@expected = 'http://example.localhost/'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user