test/fixtures/server/views/form_output.erb in mechanical-cuke-0.2.0 vs test/fixtures/server/views/form_output.erb in mechanical-cuke-0.3.0

- old
+ new

@@ -30,7 +30,16 @@ </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>