Sha256: d4a2dcdb6727033cb2d8d011d7f19ddea484b743c7b668f70f2dee290838d5ed

Contents?: true

Size: 288 Bytes

Versions: 6

Compression:

Stored size: 288 Bytes

Contents

Feature: Plugin list command
  In order to use this plugin
  As a user of Busser
  I want to see this plugin in the 'busser plugin list' command

  Scenario: Plugin appears in plugin list command
    When I successfully run `busser plugin list`
    Then the output should match /^bats\b/

Version data entries

6 entries across 5 versions & 1 rubygems

Version Path
busser-bats-0.5.0 config/features/plugin_list_command.feature
busser-bats-0.5.0 features/plugin_list_command.feature
busser-bats-0.4.0 config/features/plugin_list_command.feature
busser-bats-0.3.0 features/plugin_list_command.feature
busser-bats-0.2.0 features/plugin_list_command.feature
busser-bats-0.1.0 features/plugin_list_command.feature