Sha256: 806325f4ef22eb640d4c6e14646f8a538bf6dbeedf485700bb1567cf02b3ed84

Contents?: true

Size: 369 Bytes

Versions: 3

Compression:

Stored size: 369 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-bash-install"

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
busser-bash-0.1.4 features/plugin_install_command.feature
busser-bash-0.1.3 features/plugin_install_command.feature
busser-bash-0.1.2 features/plugin_install_command.feature