Sha256: 848d875fc297174d94daca5c98b8f2ec4c65bdb5bf07942a43eb3bb0a6b407b9
Contents?: true
Size: 168 Bytes
Versions: 2
Compression:
Stored size: 168 Bytes
Contents
require '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
memory_profiler-0.0.3 | test/test_results.rb |
memory_profiler-0.0.2 | test/test_results.rb |