lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-0.14.0 vs lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-0.15.0
- old
+ new
@@ -9,12 +9,9 @@
require "<%= configuration.project_path %>"
<% if configuration.build_refinements %>
require "refinements"
<% end %>
-GC.auto_compact = true
-GC.verify_compaction_references double_heap: true, toward: :empty
-
<% if configuration.build_refinements %>
using Refinements::Pathnames
Pathname.require_tree __dir__, "support/shared_contexts/**/*.rb"
<% else %>