mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
13 lines
464 B
Gherkin
13 lines
464 B
Gherkin
# This file contains a user story for demonstration only.
|
|
# Learn how to get started with Behat and BDD on Behat's website:
|
|
# http://behat.org/en/latest/quick_start.html
|
|
|
|
Feature:
|
|
In order to prove that the Behat Symfony extension is correctly installed
|
|
As a user
|
|
I want to have a demo scenario
|
|
|
|
Scenario: It receives a response from Symfony's kernel
|
|
When a demo scenario sends a request to "/"
|
|
Then the response should be received
|