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

Version Path
memory_profiler-0.9.4 test/test_results.rb
memory_profiler-0.9.3 test/test_results.rb
memory_profiler-0.9.2 test/test_results.rb
memory_profiler-0.9.1 test/test_results.rb
memory_profiler-0.9.0 test/test_results.rb