Kernel

module Kernel

Kernel extensions for minitest

Private Instance Methods

describe(desc, *additional_desc, &block) Show source

Describe a series of expectations for a given target desc.

Defines a test class subclassing from either Minitest::Spec or from the surrounding describe's class. The surrounding class may subclass Minitest::Spec manually i