Method: JUnitFormatter#after

Defined in:
lib/mspec/runner/formatters/junit.rb

#after(state = nil) ⇒ Object



11
12
13
14
# File 'lib/mspec/runner/formatters/junit.rb', line 11

def after(state = nil)
  super
  @tests << {:test => state, :exception => false} unless exception?
end