Skip to content

Commit 8d6c268

Browse files
committed
Fix specs
1 parent 8d56654 commit 8d6c268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
)
1616

1717
@schema_migration = ActiveRecord::Base.connection.schema_migration
18-
ActiveRecord::Migrator.new(:up, [CreateUsers.new], @schema_migration).migrate
18+
ActiveRecord::Migrator.new(:up, [CreateUsers.new], @schema_migration, nil).migrate
1919
end
2020
end

0 commit comments

Comments
 (0)