Skip to content

Commit b3b8e1f

Browse files
committed
modified specs to work with ActiveRecord
1 parent 0da7fda commit b3b8e1f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
File renamed without changes.

spec/spec_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@
1616
Dir[File.join(__dir__, 'database_adapters', SlackRubyBotServer::Config.database_adapter.to_s, '**/*.rb')].each do |file|
1717
require file
1818
end
19+
20+
Dir[File.join(__dir__, 'ext', SlackRubyBotServer::Config.database_adapter.to_s, '**/*.rb')].each do |file|
21+
require file
22+
end

0 commit comments

Comments
 (0)