Sha256: ce887a9002f950cb282f3ee8cd5dfad2212c137f3abd1a80639ec9901efa2302

Contents?: true

Size: 580 Bytes

Versions: 41

Compression:

Stored size: 580 Bytes

Contents

Feature: Extension author could use some hooks

  Scenario: When build
    Given a fixture app "extension-hooks-app"
    When I run `middleman build`
    Then the exit status should be 0
    And the output should contain "/// after_configuration ///"
    And the output should contain "/// ready ///"
    And the output should contain "/// before_build ///"
    And the output should contain "/// before ///"
    And the output should contain "/// before_render ///"
    And the output should contain "/// after_render ///"
    And the output should contain "/// after_build ///"

Version data entries

41 entries across 41 versions & 3 rubygems

Version Path
middleman-core-4.5.1 features/extension_hooks.feature
middleman-core-4.5.0 features/extension_hooks.feature
middleman-core-4.4.3 features/extension_hooks.feature
middleman-core-4.4.2 features/extension_hooks.feature
middleman-core-4.4.0 features/extension_hooks.feature
middleman-core-4.3.11 features/extension_hooks.feature
middleman-core-4.3.10 features/extension_hooks.feature
middleman-core-4.3.8 features/extension_hooks.feature
middleman-core-4.3.7 features/extension_hooks.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/extension_hooks.feature
middleman-core-4.3.6 features/extension_hooks.feature
middleman-core-4.3.5 features/extension_hooks.feature
middleman-core-4.3.4 features/extension_hooks.feature
middleman-core-4.3.3 features/extension_hooks.feature
middleman-core-4.3.2 features/extension_hooks.feature
middleman-core-4.3.1 features/extension_hooks.feature
middleman-core-4.3.0 features/extension_hooks.feature
middleman-core-with-external-sources-watch-fix-4.1.10 features/extension_hooks.feature
middleman-core-with-external-sources-watch-fix-4.1.0 features/extension_hooks.feature
middleman-core-4.2.1 features/extension_hooks.feature