Sha256: 390cff847959c71e85b092f00762ad261d6890bc15485cba32a18ff8f4d1b418
Contents?: true
Size: 177 Bytes
Versions: 5
Compression:
Stored size: 177 Bytes
Contents
require_relative 'test_helper' class TestResults < Minitest::Test def test_pretty_print_works io = StringIO.new MemoryProfiler::Results.new.pretty_print io end end
Version data entries
5 entries across 5 versions & 1 rubygems