Sha256: a6c75fac6cb0aea9f0344223efbab68a845801baeae919b5e11a885b9dcb16bd
Contents?: true
Size: 562 Bytes
Versions: 17
Compression:
Stored size: 562 Bytes
Contents
Feature: Suite path command In order to determine the directory containing suite tests As a user of Busser I want a command to echo this directory on standard output Background: Given a BUSSER_ROOT of "/path/to/busser" Scenario: Get base suite path When I successfully run `busser suite path` Then the output should contain exactly "/path/to/busser/suites\n" Scenario: Get suite path for a plugin When I successfully run `busser suite path footester` Then the output should contain exactly "/path/to/busser/suites/footester\n"
Version data entries
17 entries across 17 versions & 1 rubygems