Something like: ``` context("whatever") { app...
# minutest
n
Something like:
Copy code
context("whatever") {
    approve("the scenario") {
        .... calculate and return something to approve...
    }
}