Sha256: a447f880ed772eaf257f50988ac47ec0a765a86f56e19169a0d860d0397ea2d0
Contents?: true
Size: 677 Bytes
Versions: 6
Compression:
Stored size: 677 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 a project named `hamlet' in any of the project locations: """ * 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 output" 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 output """
Version data entries
6 entries across 6 versions & 1 rubygems