spec/spec_helper.rb in dry-system-0.7.1 vs spec/spec_helper.rb in dry-system-0.7.2
- old
+ new
@@ -13,9 +13,10 @@
Dir[SPEC_ROOT.join('support/*.rb').to_s].each { |f| require f }
Dir[SPEC_ROOT.join('shared/*.rb').to_s].each { |f| require f }
require 'dry/system/container'
+require 'dry/system/stubs'
module TestNamespace
def remove_constants
constants.each do |name|
remove_const(name)