Sha256: 92370a312f4721db5797d5a4ac7e46a05d93e621c86d95fcbafc5f37e5b95691

Contents?: true

Size: 177 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
memory_profiler-0.0.4 test/test_results.rb