Method: TagAction#before
- Defined in:
- lib/mspec/runner/actions/tag.rb
#before(state) ⇒ Object
Callback for the MSpec :before event. Resets the #exception? flag to false.
46 47 48 |
# File 'lib/mspec/runner/actions/tag.rb', line 46 def before(state) @exception = false end |