context.rb

Path: lib/mspec/runner/context.rb
Last Update: Tue May 21 02:57:19 +0000 2013

Holds the state of the describe block that is being evaluated. Every example (i.e. it block) is evaluated in a context, which may include state set up in before :each or before :all blocks.

[Validate]