Sha256: 72e735bd38b4e43c7e1c45089a246f5702df4bc0f9026216dc0fb2244609b25c

Contents?: true

Size: 349 Bytes

Versions: 4

Compression:

Stored size: 349 Bytes

Contents

Feature: Website
	In order to get more info about a plugin.
	As a server admin who likes verbosity.
	I want to get the website of a plugin.

	Scenario: Get WorldEdit's plugin website
		When I run `bukkit website WorldEdit --url`
		Then the exit code should be 0
		And the output should equal "Website: http://dev.bukkit.org/bukkit-plugins/worldedit"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bukkit-2.5.3 features/website.feature
bukkit-2.5.2 features/website.feature
bukkit-2.5.1 features/website.feature
bukkit-2.5.0 features/website.feature