The restore step deletes the .bundler.d directory because it thinks it's
the one created as part of the tests. However, if a failure occurs
before the backup happens, then this is deleting the real .bundler.d
directory. This fix prevents that from happening.
The restore step deletes the .bundler.d directory because it thinks it's the one created as part of the tests. However, if a failure occurs before the backup happens, then this is deleting the real .bundler.d directory. This fix prevents that from happening.
@kbrock Please review.