spec/integration/expectations/view_with_forms.html in garterbelt-0.0.7 vs spec/integration/expectations/view_with_forms.html in garterbelt-0.0.8

- old
+ new

@@ -15,14 +15,14 @@ <input name="_method" type="hidden" value="put"> <h4> Provide us with updated information </h4> <label> - Name: + Name: <input name="name" type="text"> </label> <label> - Email: + Email: <input name="email" type="text"> </label> <input type="submit" value="Update"> </form> </div>