Module rspec::runner [] [src]

The Runner is where all the examples are actually executed.

A Runner is instanciated by using context::describe and context::rdescribe. You should not try to instanciate a Runner directly.

The main methods are Runner::run and Runner::result.

Structs

Runner
TestReport

Type Definitions

RunnerResult