Sha256: 701cf580c244e77cb8cbf3fd0fd4ed8863960ce006e59b0c6aa27ccc672c9927

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 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-shpec-install"

  Scenario: Running the postinstall generator
    When I run `busser plugin install busser-shpec --force-postinstall`
    Then the vendor directory named "shpec" should exist
    And the vendor file "shpec/bin/shpec" should contain "VERSION="
    And the output should contain "install bin/shpec"
    And the exit status should be 0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
busser-shpec-0.1.0 features/plugin_install_command.feature
busser-shpec-0.1.0.dev features/plugin_install_command.feature