64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
4 lines
196 B
Gherkin
4 lines
196 B
Gherkin
Scenario: Starting a userscript which doesn't exist
|
|
When I run :spawn -u this_does_not_exist
|
|
Then the error "Error while spawning userscript: The process failed to start." should be shown
|