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

12 lines
292 B
Gherkin
Raw Normal View History

Feature: Console
Scenario: Enter and exit the console
2014-06-28 18:07:43 -04:00
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.
"""