From c641bc4caef98c1f4cf79a613b7ad85900c7a641 Mon Sep 17 00:00:00 2001 From: "T.J. Maher" Date: Fri, 27 Apr 2018 12:53:51 -0400 Subject: [PATCH] Change name from "Jann.Doe" to "Jane.Doe". --- specs/CustomerSignup.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/CustomerSignup.spec b/specs/CustomerSignup.spec index 06c8b60..0bb6b58 100644 --- a/specs/CustomerSignup.spec +++ b/specs/CustomerSignup.spec @@ -7,6 +7,6 @@ Customer Sign-up ---------------- tags: sign-up, customer -* Sign up a new customer with name "Jann" email "jann.doe@example.com" and "password" -* Check if the user "Jann" is logged in -* See items available for purchase. \ No newline at end of file +* Sign up a new customer with name "Jane" email "jane.doe@example.com" and "password" +* Check if the user "Jane" is logged in +* See items available for purchase.