middleman/middleman-core/features/console.feature
2014-09-10 16:12:04 -07:00

11 lines
252 B
Gherkin

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