diff --git a/spec/lib/wpscan/web_site_spec.rb b/spec/lib/wpscan/web_site_spec.rb index 1e16cb6e..e90ee87e 100644 --- a/spec/lib/wpscan/web_site_spec.rb +++ b/spec/lib/wpscan/web_site_spec.rb @@ -278,6 +278,7 @@ describe 'WebSite' do end # This doesn't work in rspec, WebMock or Typhoeus returns the whole file + # See https://github.com/bblimke/webmock/issues/277 #it 'only checks the first 700 bytes' do # @file = 'matches_after_700_bytes.txt' # @expected = false