Skip to content

Commit 4ebdcc2

Browse files
authored
Merge pull request #182 from bwitt/update-idempotency-check
Update idempotency check to use arg
2 parents ad1eeb7 + 64f59c9 commit 4ebdcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/lots_of_features_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
PP
2929

3030
apply_manifest(pp, catch_failures: true)
31-
expect(apply_manifest(pp, catch_failures: true).exit_code).to be_zero
31+
apply_manifest(pp, catch_changes: true)
3232
end
3333
end
3434
end

0 commit comments

Comments
 (0)