Sha256: cd2f0e12ab87126b60ac2da48993edca3c137bac9025eff07b5fe5f7853317db

Contents?: true

Size: 220 Bytes

Versions: 6

Compression:

Stored size: 220 Bytes

Contents

Feature: Allow config.rb and extensions to add CLI commands
  Scenario: Test 3rd Party Command
    Given a fixture app "3rd-party-command"
    When I run `middleman hello`
    Then the output should contain "Hello World"

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
middleman-core-3.0.0.beta.1 features/3rd_party_cli.feature
middleman-core-3.0.0.alpha.9 features/3rd_party_cli.feature
middleman-core-3.0.0.alpha.8 features/3rd_party_cli.feature
middleman-core-3.0.0.alpha.7 features/3rd_party_cli.feature
middleman-3.0.0.alpha.6 features/3rd_party_cli.feature
middleman-3.0.0.alpha.5 features/3rd_party_cli.feature