features/form_module.feature in noodall-form-builder-0.2.2 vs features/form_module.feature in noodall-form-builder-0.2.3

- old
+ new

@@ -28,10 +28,18 @@ Scenario: Spam Filter Given content exists with a form added via the contact module When a form response is deemed to be spam Then it should marked as spam And they should receive no emails - + + Given I am viewing the form's responses + And I mark the response as not spam + + Then the email address of the form should receive an email detailing the information submitted + And they should receive an email confirming the request has been sent + + + Scenario: Validation Given content exists with a form added via the contact module When a website visitor visits the content And they submit the form Then it should be checked against the validation speficied in the form builder