Sha256: 8939ad3f0c8a4639d3910fa83f404e5b49769b6f37232453a890bc2bb3b9ef1f
Contents?: true
Size: 699 Bytes
Versions: 2
Compression:
Stored size: 699 Bytes
Contents
Feature: Running the tickets command In order to view and create tickets As a command line user of Morale I should be able to run tickets to view, create, update, and delete tickets @interactive Scenario: Running projects should not require authorization if the account and api key are stored Given a file named "credentials" with: """ spartan 12345 1 """ When I run `morale ticket "task: This is a new task as: Jimmy"` interactively Then the output should contain: """ Task """ And the output should contain: """ This is a new task """ And the output should contain: """ Jimmy P. """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
morale-0.1.1 | features/tickets.feature |
morale-0.1.0 | features/tickets.feature |