diff --git a/spec/lib/wpscan/web_site_spec.rb b/spec/lib/wpscan/web_site_spec.rb index c9e62eb5..1d563ea4 100644 --- a/spec/lib/wpscan/web_site_spec.rb +++ b/spec/lib/wpscan/web_site_spec.rb @@ -28,7 +28,7 @@ describe 'WebSite' do end context 'when protocol or trailing slash is missing' do - it 'should add the them' do + it 'should add them' do @uri = 'example.localhost' @expected = 'http://example.localhost/' end