mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
11 lines
252 B
Gherkin
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.
|
||
|
"""
|