From 370f88b9b838b7822a8c717fdcfd2a5156a3ae84 Mon Sep 17 00:00:00 2001 From: Lisa Tidball Date: Tue, 9 Oct 2018 17:36:16 -0400 Subject: [PATCH] Updated it Changed tempConversion to repeatString since thats what this file is about. --- repeatString/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repeatString/README.md b/repeatString/README.md index 324744d..e19a080 100644 --- a/repeatString/README.md +++ b/repeatString/README.md @@ -15,4 +15,4 @@ You will notice in this exercise that there are multiple tests (see in file `rep - Create a variable to hold the string you're going to return, create a loop that repeats the given number of times and add the given string to the result on each loop. -- If running `jasmine tempConversion/tempConversion.spec.js` raises `Temporarily disabled with xit` errors, make sure you have enabled the rest of the tests (see above). +- If running `jasmine repeatString.spec.js` raises `Temporarily disabled with xit` errors, make sure you have enabled the rest of the tests (see above).