Method: SpinnerFormatter#load

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

#loadObject

Callback for the MSpec :load event. Increments the number of files that have been loaded.



82
83
84
# File 'lib/mspec/runner/formatters/spinner.rb', line 82

def load
  @loaded += 1
end