Skip to content

Commit fb1d344

Browse files
authored
Load required migration extension in db_migrator_spec (#4338)
1 parent 5a7fd4f commit fb1d344

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/unit/lib/cloud_controller/db_migrator_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
RSpec.describe DBMigrator do
44
let(:db) { Sequel::Model.db }
55

6+
before do
7+
Sequel.extension :migration
8+
end
9+
610
describe '#wait_for_migrations!' do
711
let(:migrator) { DBMigrator.new(db, 1) }
812

0 commit comments

Comments
 (0)