Sha256: 86bb6049bc2b7542cebd48468e3ab9662a1196d4770e012eb78a8d7b2a2b6033
Contents?: true
Size: 539 Bytes
Versions: 13
Compression:
Stored size: 539 Bytes
Contents
Feature: Setup command In order to make Busser self-reliant with little external initialization As a user of Busser I want a command to set up Busser's environment Background: Given a test BUSSER_ROOT directory named "busser-setup" And I delete the BUSSER_ROOT directory Scenario: Busser home is set up Given I run `busser setup` Then the BUSSER_ROOT directory should exist And a busser binstub file should contain: """ This file was generated by Busser. """ And the exit status should be 0
Version data entries
13 entries across 13 versions & 1 rubygems