1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/features/console.feature
2018-01-25 15:23:06 -08:00

11 lines
292 B
Gherkin

Feature: Console
Scenario: Enter and exit the console
Given a fixture app "large-build-app"
When I run the interactive middleman console
And I type "puts 'Hello from the console.'"
And I type "exit"
Then it should pass with:
"""
Hello from the console.
"""