From df6c0a4c10e735a38d6454d5faba2fd29b17e510 Mon Sep 17 00:00:00 2001 From: Rhys Date: Fri, 9 Dec 2016 14:26:33 +1100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6d567eaa..fdadce786 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ To work through the first exercise, follow this process undefined local variable or method `hello' for # # ./00_hello/hello_spec.rb:106:in `block (2 levels) in ' ``` +3. If the test fails to run and your get a `rake aborted! No Rakefile found` or any other error message not like the one above ensure that your working directory (`pwd` to see the path) contains no spaces as this is a common mistake made by people new to Rspec. 3. Read the failure output carefully and write the code that will make it pass 4. Run the tests again with `rake` 5. This will output that one test has passed and another test failure, write the code to make the next test pass.