Sha256: 9a80761acfc7b2fe7e540d0daf4d1643d7850544799d0388f1a6974e135cd4c6

Contents?: true

Size: 379 Bytes

Versions: 6

Compression:

Stored size: 379 Bytes

Contents

Feature: Plugin install command
  In order to use this plugin
  As a user of Busser
  I want to run the postinstall for this plugin

  Background:
    Given a test BUSSER_ROOT directory named "busser-testinfra-install"

  Scenario: Running the postinstall generator
    When I run `busser plugin install busser-testinfra --force-postinstall`
    Then the exit status should be 0

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
busser-testinfra-0.0.5 features/plugin_install_command.feature
busser-testinfra-0.0.4 features/plugin_install_command.feature
busser-testinfra-0.0.3 features/plugin_install_command.feature
busser-testinfra-0.0.2 features/plugin_install_command.feature
busser-testinfra-0.0.1 features/plugin_install_command.feature
busser-testinfra-0.0.1.dev features/plugin_install_command.feature