Sha256: a6404487ecc0f1e026bf02aa8fac1610429bdc9b25f54fb37e42ab5323558d23
Contents?: true
Size: 300 Bytes
Versions: 5
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true require 'rainbow_formatter' require 'formatter/insta_fail' RainbowInstaFailFormatter = Class.new(RainbowFormatter) do include Formatter::InstaFail 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