gauntlt/gauntlt

View on GitHub
examples/simplest.attack

Summary

Maintainability
Test Coverage
Feature: simplest attack possible
  Scenario:
    When I launch a "generic" attack with:
      """
      ls -a
      """
    Then the output should contain:
      """
      .
      """