Sha256: ba4b4556fd30d044323e9a33d5924bb25e0260441aa8a1bf6e182623c0cb9439

Contents?: true

Size: 308 Bytes

Versions: 10

Compression:

Stored size: 308 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'reporter'

    test_with_full_report do
        Marshal.dump( full_report.to_h ).should == IO.read( outfile )
    end

    test_with_empty_report do
        Marshal.dump( empty_report.to_h ).should == IO.read( outfile )
    end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
arachni-1.2.1 spec/components/reporters/marshal_spec.rb
arachni-1.2 spec/components/reporters/marshal_spec.rb
arachni-1.1 spec/components/reporters/marshal_spec.rb
arachni-1.0.6 spec/components/reporters/marshal_spec.rb
arachni-1.0.5 spec/components/reporters/marshal_spec.rb
arachni-1.0.4 spec/components/reporters/marshal_spec.rb
arachni-1.0.3 spec/components/reporters/marshal_spec.rb
arachni-1.0.2 spec/components/reporters/marshal_spec.rb
arachni-1.0.1 spec/components/reporters/marshal_spec.rb
arachni-1.0 spec/components/reporters/marshal_spec.rb