From 471ebb733c5fd6179ab1077212f0a7a75c662a17 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 18 Apr 2013 11:44:20 +0200 Subject: [PATCH] Add link to the WebMock issue about the range header not considerated --- spec/lib/wpscan/web_site_spec.rb | 1 + 1 file changed, 1 insertion(+) 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