spec/spec_helper.rb in dry-initializer-1.1.1 vs spec/spec_helper.rb in dry-initializer-1.1.2
- old
+ new
@@ -9,6 +9,8 @@
config.around(:each) do |example|
Test = Class.new(Module)
example.run
Object.send :remove_const, :Test
end
+
+ config.warnings = true
end