Method: SpinnerFormatter#start
- Defined in:
- lib/mspec/runner/formatters/spinner.rb
#start ⇒ Object
Callback for the MSpec :start event. Stores the total number of files that will be processed.
76 77 78 |
# File 'lib/mspec/runner/formatters/spinner.rb', line 76 def start @total = MSpec.retrieve(:files).size end |