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