Sha256: 93316f30d10eaf4b8fda9f8f4dc63a5d5a83d2e2821e83f7ffdd65acd4ab4137
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
# coding: utf-8 # frozen_string_literal: true # Your tests should require this file which sets up the test harness. require 'minitest/autorun' require 'minitest/reporters' reporter_options = { color: true } Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new(reporter_options)]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
micro-rb-0.1.0.rc3 | templates/test/test_helper.rb |
micro-rb-0.1.0.rc2 | templates/test/test_helper.rb |
micro-rb-0.1.0.rc1 | templates/test/test_helper.rb |