method

let

v2_1_10 - Show latest stable - Class: MiniTest::Spec::DSL
let(name, &block)
public

Essentially, define an accessor for name with block.

Why use let instead of def? I honestly don’t know.