Corrected spelling mistake

This commit is contained in:
Peter
2014-01-05 22:46:22 +01:00
parent 62e86a0474
commit 2e40a7377a

View File

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