that was painful but managed to install gauntlt. Turns out you need to revert to minitest 4 (not 5, for the love of humantiy, not 5). Also, added rspec (not sure that did anything). Lastly, aruba and gauntlt. So, we now have a dir explicitly for attack files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# simplest.attack
|
||||
Feature: simplest attack possible
|
||||
Scenario:
|
||||
When I launch a "generic" attack with:
|
||||
"""
|
||||
ls -a
|
||||
"""
|
||||
Then the output should contain:
|
||||
"""
|
||||
.
|
||||
"""
|
||||
Reference in New Issue
Block a user