Sha256: fe7b4c3ec95c27cf4a1791d567dc614a2d3f1ab4c1c57b5daeae227fbadefad2

Contents?: true

Size: 943 Bytes

Versions: 7

Compression:

Stored size: 943 Bytes

Contents

<!doctype html>
<html lang="en">
  <head>
    <title>Form Output</title>
  </head>
  <body>
    <p>
      <label>Field by Label</label>
      <%= params[:field_by_label] %>
    </p>
    <p>
      <label>Field by Name</label>
      <%= params[:field_by_name] %>
    </p>
    <p>
      <label>Field by ID</label>
      <%= params[:field_by_id] %>
    </p>
    <p>
      <label>Password by Label</label>
      <%= params[:password_by_label] %>
    </p>
    <p>
      <label>Text Area by Label</label>
      <%= params[:text_area_by_label] %>
    </p>
    <p>
      <label>Select by Name</label>
      <%= params[:select_by_name] %>
    </p>
    <p>
      <label>Radio Button by Name</label>
      <%= params[:radio_button] %>
    </p>
    <p>
      <label>Unchecked Checkbox</label>
      <%= params[:unchecked_checkbox] %>
    </p>
    <p>
      <label>Checked Checkbox</label>
      <%= params[:checked_checkbox] %>
    </p>

  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mechanical-cuke-0.5.0 test/fixtures/server/views/form_output.erb
mechanical-cuke-0.4.3 test/fixtures/server/views/form_output.erb
mechanical-cuke-0.4.2 test/fixtures/server/views/form_output.erb
mechanical-cuke-0.4.1 test/fixtures/server/views/form_output.erb
mechanical-cuke-0.4.0 test/fixtures/server/views/form_output.erb
mechanical-cuke-0.3.1 test/fixtures/server/views/form_output.erb
mechanical-cuke-0.3.0 test/fixtures/server/views/form_output.erb