begin
Use a begin
expression
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “ABC”.
Use a begin
expression with no value
Given a file named “main.scm” with:
When I run scheme main.scm
Then the exit status should not be 0.