Sha256: 03d0a75c31e3e32f2e694b3dc0ffaa26131013642e91c100a00aad4bf721242f
Contents?: true
Size: 678 Bytes
Versions: 8
Compression:
Stored size: 678 Bytes
Contents
Feature: omnibus clean Scenario: When a bad name is given * I run `omnibus clean hamlet` * the output should contain: """ I could not find an Omnibus project named 'hamlet'! """ * the exit status should not be 0 Scenario: When the --purge option is given * I have an omnibus project named "hamlet" * I successfully run `omnibus clean hamlet --purge` * the output should contain "remove local/build/hamlet" Scenario: When no options are given * I have an omnibus project named "hamlet" * I successfully run `omnibus clean hamlet` * the output should not contain: """ remove local/build/hamlet """
Version data entries
8 entries across 8 versions & 1 rubygems