Sha256: 7c6f1f89ff1e100d2f499c3efe7daa696d447d87cdb2a461a53f6c0a1f57c109

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 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-minitest-install"
    And a sandboxed GEM_HOME directory named "busser-minitest-gem-home"

  Scenario: Running the postinstall generator
    When I run `busser plugin install busser-minitest --force-postinstall`
    Then a gem named "minitest" is installed
    And the exit status should be 0

Version data entries

3 entries across 3 versions & 1 rubygems

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