Sha256: aefba3040c4505fbc46894e22d8cafd3f75ee9562f96fa6f733ce92b83659608
Contents?: true
Size: 287 Bytes
Versions: 5
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true require 'rainbow_formatter' require 'formatter/music' RainbowMusicFormatter = Class.new(RainbowFormatter) do include Formatter::Music RSpec::Core::Formatters.register(self, :example_passed, :example_pending, :example_failed, :start_dump, :start) end
Version data entries
5 entries across 5 versions & 1 rubygems