# File lib/mspec/runner/formatters/specdoc.rb, line 18
18:   def before(state)
19:     super
20:     print "- #{state.it}"
21:   end