Skip to main content

create_self_test_spec

Function create_self_test_spec 

Source
pub fn create_self_test_spec() -> Spec
Expand description

Creates the hardcoded self-test spec.

The spec contains 3 trivial user stories that:

  1. Create test_output.txt with a greeting
  2. Add a separator and timestamp placeholder line
  3. Add a completion message

These stories exercise multiple iterations of the autom8 loop without touching any real code.