Sha256: dee969cb3c2c3de0b964c414bdd7c311d0d0f28f6bab029a41978f865a430a2b

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 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-bats-install"

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
busser-bats-0.3.0 features/plugin_install_command.feature
busser-bats-0.2.0 features/plugin_install_command.feature
busser-bats-0.1.0 features/plugin_install_command.feature