test/dummy/config/environments/test.rb in shipit-engine-0.14.0 vs test/dummy/config/environments/test.rb in shipit-engine-0.15.0

- old
+ new

@@ -37,6 +37,10 @@ # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr # Raises error for missing translations # config.action_view.raise_on_missing_translations = true + + config.to_prepare do + Shipit::DeferredTouch.enabled = false + end end