spec/spec_helper.rb in combustion-1.1.2 vs spec/spec_helper.rb in combustion-1.2.0
- old
+ new
@@ -11,5 +11,9 @@
NATIVE_DATABASE_TYPES[:primary_key] = "int(11) auto_increment PRIMARY KEY"
end
end
require File.expand_path("dummy/lib/engine.rb", __dir__)
+
+Dir.chdir(File.expand_path("dummy", __dir__)) do
+ Combustion.initialize! :all
+end