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