Sha256: f66872d4cb743f7e413e53ee689af94d190d29e852abe2d476598f9574360d5a

Contents?: true

Size: 360 Bytes

Versions: 8

Compression:

Stored size: 360 Bytes

Contents

require 'spec_helper'

describe name_from_filename do
    include_examples 'check'

    before :all do
        options.session.check_url     = url
        options.session.check_pattern = /dear user/
    end

    def self.elements
        [ Element::Form, Element::Link, Element::LinkTemplate ]
    end

    def issue_count
        8
    end

    easy_test
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
arachni-1.6.1.3 spec/components/checks/active/session_fixation_spec.rb
arachni-1.6.1.2 spec/components/checks/active/session_fixation_spec.rb
arachni-1.6.1.1 spec/components/checks/active/session_fixation_spec.rb
arachni-1.6.1 spec/components/checks/active/session_fixation_spec.rb
arachni-1.6.0 spec/components/checks/active/session_fixation_spec.rb
arachni-1.5.1 spec/components/checks/active/session_fixation_spec.rb
arachni-1.5 spec/components/checks/active/session_fixation_spec.rb
arachni-1.4 spec/components/checks/active/session_fixation_spec.rb