Closed phyber closed 5 years ago
Is this still a thing that needs merging?
This needs a rebase, then it can merge.
Rebased against master and should be able to merge now.
Only 3 years in the making 😉
Better late than never :grinning:
Indeed!! 😁
/lgtm
Since we require the user to perform a
vagrant up
before running the Cucumber tests, theaction(:up)
here seems to be optional. This change makes it so that the action is only performed if the VM isn't in the:running
state.This should save some time as the
:up
action would have rerun provisioners which shouldn't be needed as we either:vagrant up
.vagrant up
.