Sha256: 7244f7dfa15a29289f10c1b7012a3f1341f50b9d3212944e44a51d2f32c79e5b
Contents?: true
Size: 653 Bytes
Versions: 40
Compression:
Stored size: 653 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/my-extension-library/extension.rb | | lib/my-extension-library.rb | | .gitignore |
Version data entries
40 entries across 40 versions & 3 rubygems