spec/spec_helper.rb in rom-sql-1.0.0.beta3 vs spec/spec_helper.rb in rom-sql-1.0.0.rc1
- old
+ new
@@ -45,10 +45,10 @@
Dir[root.join('support/**/*')].each { |f| require f }
require 'dry/core/deprecations'
Dry::Core::Deprecations.set_logger!(root.join('../log/deprecations.log'))
-ROM::SQL.load_extensions(:postgres)
+ROM::SQL.load_extensions(:postgres, :sqlite)
require 'dry-types'
module Types
include Dry::Types.module
end