mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
9 lines
277 B
Gherkin
9 lines
277 B
Gherkin
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
|