Forces the Garbage Collector to run after creating the DFs

This commit is contained in:
erwanlr
2019-04-01 19:25:25 +01:00
parent 2e00aea16e
commit e8f215ae00
3 changed files with 9 additions and 3 deletions

View File

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