test/dummy/config/environments/test.rb in shipit-engine-0.31.0 vs test/dummy/config/environments/test.rb in shipit-engine-0.32.0

- old
+ new

@@ -40,7 +40,9 @@ # Raises error for missing translations # config.action_view.raise_on_missing_translations = true config.to_prepare do Shipit::DeferredTouch.enabled = false + # The deploy specs in fixtures are pretty printed, we should do the same to avoid marking stacks as dirty + Shipit::DeploySpec.pretty_generate = true end end