1 2 3 4 5 6 7 8
#!/usr/bin/env bats load test_helper @test "check arguments supplied to .do files" { run redo args_test.ext [ $status -eq 0 ] }