12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
# simplest.attack
|
|
Feature: simplest attack possible
|
|
Scenario:
|
|
When I launch a "generic" attack with:
|
|
"""
|
|
ls -a
|
|
"""
|
|
Then the output should contain:
|
|
"""
|
|
.
|
|
"""
|