8 lines
168 B
Gherkin
8 lines
168 B
Gherkin
|
Feature: Write a file
|
||
|
|
||
|
Scenario: Write to hydra_test.txt
|
||
|
Given a target file
|
||
|
When I write "HYDRA" to the file
|
||
|
Then "HYDRA" should be written in the file
|
||
|
|