Skip to content

Instantly share code, notes, and snippets.

@johnwake
johnwake / greeter_says_hello.feature
Created August 1, 2012 19:01
BDD Cucumber example Feature File
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!"