Sha256: 0c4f96602c5dbaaf2c1b5132b8d1d5fb73ade23ab36c29777462bc25e3b3ccb6
Contents?: true
Size: 296 Bytes
Versions: 9
Compression:
Stored size: 296 Bytes
Contents
require 'spec_helper' describe name_from_filename do include_examples 'report' test_with_full_report do full_report.should == Marshal.load( IO.read( outfile ) ) end test_with_empty_report do empty_report.should == Marshal.load( IO.read( outfile ) ) end end
Version data entries
9 entries across 9 versions & 1 rubygems