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

Version Path
arachni-1.6.1.3 spec/components/reporters/marshal_spec.rb
arachni-1.6.1.2 spec/components/reporters/marshal_spec.rb
arachni-1.6.1.1 spec/components/reporters/marshal_spec.rb
arachni-1.6.1 spec/components/reporters/marshal_spec.rb
arachni-1.6.0 spec/components/reporters/marshal_spec.rb
arachni-1.5.1 spec/components/reporters/marshal_spec.rb
arachni-1.5 spec/components/reporters/marshal_spec.rb
arachni-1.4 spec/components/reporters/marshal_spec.rb
arachni-1.3.2 spec/components/reporters/marshal_spec.rb
arachni-1.3.1 spec/components/reporters/marshal_spec.rb
arachni-1.3 spec/components/reporters/marshal_spec.rb