Sha256: d06c4116ca56bb7206e5de74b1d3a121efe88654488fd7f62d1fb934696e8bb0
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
require 'spec_helper' describe "ALERT01.ERROR.info" do it "should return an invalid MXF file" do infoFile = File.open(name_to_fixture "ALERT01.ERROR.info") @info = MXFinfo.import(infoFile.read) @info.valid?.should == false end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mxfinfo-0.0.3.6 | spec/alert_error_spec.rb |
mxfinfo-0.0.3.5 | spec/alert_error_spec.rb |
mxfinfo-0.0.3.4 | spec/alert_error_spec.rb |