Open demarey opened 10 months ago
This test should pass
testCreateImageWithNoLaunchFlagShouldNotLaunchImage
| command |
command := (context arguments: #('launcher' 'image' 'create' 'fromPR' '9588' '--no-launch')) command.
command imageFinderClass: PhLImageFinderStub.
command execute.
self deny: self imageRepository images first isLaunched
create image fromRepo should launch image like other create image commands