Sha256: 3e1f665a9ca3df98e607675d7e110637f39f16ac8fa5eec196f2a8443ac01c10
Contents?: true
Size: 245 Bytes
Versions: 5
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true require 'minitest/autorun' require 'minitest/reporters' require 'minitest/reporters/spec_reporter' # Needed when run via OS CLI Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new # spec-like progress
Version data entries
5 entries across 5 versions & 1 rubygems