Sha256: 31ecc38bd447d69bf4ea2614951bf868a26ea50786e467100580356f698e267d

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 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
    # Then 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

1 entries across 1 versions & 1 rubygems

Version Path
busser-bats-0.5.0 features/plugin_install_command.feature