Sha256: f42a215e5c67ccf6d86e73f26c2fe0658702a26aed232b3fcde8dfc8223f90e2
Contents?: true
Size: 437 Bytes
Versions: 7
Compression:
Stored size: 437 Bytes
Contents
Factory.define :form, class: Arachni::Element::Form, options: { url: 'http://test.com', inputs: { stuff: 1 } } Factory.define :form_dom, class: Arachni::Element::Form, options: { url: 'http://test.com', inputs: { stuff: 1 }, html: '<form><inputs name="stuff" value="1">' }
Version data entries
7 entries across 7 versions & 1 rubygems