Class TallyAction
In: lib/mspec/runner/actions/tally.rb
Parent: Object

Methods

example   exception   expectation   format   load   new   register   unregister  

Attributes

counter  [R] 

Public Class methods

Public Instance methods

Callback for the MSpec :example event. Increments the tally of examples.

Callback for the MSpec :exception event. Increments the tally of errors and failures.

Callback for the MSpec :expectation event. Increments the tally of expectations (e.g. should, should_receive, etc.).

[Validate]