This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: greeter says hello | |
In order to start learning RSpec and Cucumber | |
As a reader of The RSpec Book | |
I want a greeter to say Hello | |
Scenario: Greeter says hello | |
Given a greeter | |
When I send it the greet message | |
Then I should see "Hello Cucumber!" |