Sha256: af10aa032df83ecad2a4672c9d7a54a6f54da8b533f1d4b59f6e7dfa21d0e987

Contents?: true

Size: 568 Bytes

Versions: 10

Compression:

Stored size: 568 Bytes

Contents

Feature: ckit new

  Run "ckit new <project_name>" to generate a new ChemistryKit project

  Background: Running ckit new
    When I run `bundle exec ckit new new-project`
    And I cd to "new-project"

  Scenario: Test Harness is created
    Then the following directories should exist:
      | beakers                 |
      | formulas                |
      | formulas/lib            |
      | formulas/lib/catalysts  |
      | evidence                |
    And the following files should exist:
      | config.yaml             |
      | formulas/lib/formula.rb |

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
chemistrykit-3.7.0 features/new.feature
chemistrykit-3.6.0 features/new.feature
chemistrykit-3.5.0 features/new.feature
chemistrykit-3.4.2 features/new.feature
chemistrykit-3.4.1 features/new.feature
chemistrykit-3.4.0 features/new.feature
chemistrykit-3.3.1 features/new.feature
chemistrykit-3.3.0 features/new.feature
chemistrykit-3.2.0 features/new.feature
chemistrykit-3.1.0 features/new.feature