middleman/middleman-core/features/console.feature
Thomas Reynolds a95dbb6367 Collections
2014-10-15 14:34:53 -05:00

12 lines
292 B
Gherkin

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