spec/spec_helper.rb in dry-monitor-0.2.0 vs spec/spec_helper.rb in dry-monitor-0.3.0
- old
+ new
@@ -8,9 +8,10 @@
begin
require 'byebug'
rescue LoadError; end
require 'dry-monitor'
+Dry::Monitor.load_extensions(:sql, :rack)
SPEC_ROOT = Pathname(__dir__)
Dir[SPEC_ROOT.join('shared/**/*.rb')].each(&method(:require))
Dir[SPEC_ROOT.join('support/**/*.rb')].each(&method(:require))