Sha256: b24655ddadee338cfeaf4b3f55aa833c6bd98dc7469efc22ae1edd120b715ed0
Contents?: true
Size: 741 Bytes
Versions: 2
Compression:
Stored size: 741 Bytes
Contents
Feature: Creating a new genomer project In order to build a genome A user can create a new genomer project So that they can use the genomer commands and organise their data Scenario: Creating a new project When I run the genomer command with the arguments "init project" Then the exit status should be 0 And a directory named "project" should exist And a directory named "project/assembly" should exist Scenario: Creating a new project where the directory already exists Given a directory named "project" When I run the genomer command with the arguments "init project" Then the exit status should be 1 And the stderr should contain: """ Error. Directory 'project' already exists. """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
genomer-0.0.6 | features/cli/create.feature |
genomer-0.0.5 | features/cli/create.feature |