Sha256: 1e756c900026909765085d2837973a25387541c4ccc6c5974154d8a4a534f13d
Contents?: true
Size: 403 Bytes
Versions: 4
Compression:
Stored size: 403 Bytes
Contents
Feature: Install In order to easily install plugins. As a server admin. I want to install a new plugin. Scenario: Install WorldEdit Given a simulated server "MC" When I run `bukkit install WorldEdit` Then the file "MC/plugins/WorldEdit.jar" should exist Scenario: Install an unknown plugin Given a simulated server "MC" When I run `bukkit install jesse` Then the exit code should be 1
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bukkit-2.5.3 | features/install.feature |
bukkit-2.5.2 | features/install.feature |
bukkit-2.5.1 | features/install.feature |
bukkit-2.5.0 | features/install.feature |