Sha256: 3c71cb63923474e4ce84326a9b555d38d8d1f19cebfc273dad1a2e937f18488b
Contents?: true
Size: 597 Bytes
Versions: 6
Compression:
Stored size: 597 Bytes
Contents
Feature: Middleman New Extension CLI Scenario: Create a new extension scaffold Given I run `middleman extension my-extension-library` Then the exit status should be 0 When I cd to "my-extension-library" Then the following files should exist: | Gemfile | | Rakefile | | my-extension-library.gemspec | | features/support/env.rb | | lib/middleman_extension.rb | | lib/my-extension-library.rb |
Version data entries
6 entries across 6 versions & 1 rubygems