Mem tests

This commit is contained in:
erwanlr
2019-04-01 12:19:40 +01:00
parent dd274d77f5
commit 2e00aea16e
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ end
begin begin
require 'rspec/core/rake_task' require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) RSpec::Core::RakeTask.new(:spec)
exec << :spec # exec << :spec
rescue LoadError rescue LoadError
end end

View File

@@ -29,6 +29,8 @@ module WPScan
show_progression: user_interaction? show_progression: user_interaction?
) )
) )
# GC.start
end end
end end
end end