Sha256: c7f8f68350b702d0204888f582a59dc146d4e7e46da50619d44aeebbb4924eb7
Contents?: true
Size: 318 Bytes
Versions: 11
Compression:
Stored size: 318 Bytes
Contents
require 'spec_helper' describe name_from_filename do include_examples 'reporter' test_with_full_report do expect(Marshal.dump( full_report.to_h )).to eq(IO.read( outfile )) end test_with_empty_report do expect(Marshal.dump( empty_report.to_h )).to eq(IO.read( outfile )) end end
Version data entries
11 entries across 11 versions & 1 rubygems