Sha256: 618bad2395015d63edfe7404edd98b0522afe23f2a116aa88c00f93e5dba5c45

Contents?: true

Size: 633 Bytes

Versions: 2

Compression:

Stored size: 633 Bytes

Contents

Feature: CLI
  ModuleSync needs to have a robust command line interface

  Scenario: When passing no arguments to the msync command
    When I run `msync`
    And the output should match /Commands:/

  Scenario: When passing invalid arguments to the msync update command
    When I run `msync update`
    And the output should match /No value provided for required option/

  Scenario: When passing invalid arguments to the msync hook command
    When I run `msync hook`
    And the output should match /Commands:/

  Scenario: When running the help subcommand
    When I run `msync help`
    And the output should match /Commands:/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
modulesync-0.8.0 features/cli.feature
modulesync-0.7.2 features/cli.feature