lib/spec/runner/formatter/silent_formatter.rb



require 'spec/runner/formatter/base_formatter'

module Spec
  module Runner
    module Formatter
      class SilentFormatter < BaseFormatter
      end
    end
  end
end