diff --git a/spec/acceptance/virtualenv_spec.rb b/spec/acceptance/virtualenv_spec.rb index b1a83b02..5412bee3 100644 --- a/spec/acceptance/virtualenv_spec.rb +++ b/spec/acceptance/virtualenv_spec.rb @@ -53,6 +53,7 @@ class { 'python' : # Run it twice and test for idempotency apply_manifest(pp, catch_failures: true) + apply_manifest(pp, catch_changes: true) end end end