Sha256: 25efa13f38c9b1218547100bc1b93d6bc9febc26fd5d8863987ad55b6491076d

Contents?: true

Size: 534 Bytes

Versions: 2

Compression:

Stored size: 534 Bytes

Contents

Feature: Suite path command
  In order to determine the directory containing suite tests
  As a user of kb
  I want a command to echo this directory on standard output

  Background:
    Given a KB_ROOT of "/path/to/kb"

  Scenario: Get base suite path
    When I successfully run `kb suite path`
    Then the output should contain exactly "/path/to/kb/suites\n"

  Scenario: Get suite path for a plugin
    When I successfully run `kb suite path footester`
    Then the output should contain exactly "/path/to/kb/suites/footester\n"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kb-1.0.0.alpha.1 features/suite_path_command.feature
kb-1.0.0.alpha.0 features/suite_path_command.feature