Skip to content

Commit df6c0a4

Browse files
authored
Update README.md
1 parent 92fa120 commit df6c0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ To work through the first exercise, follow this process
2626
undefined local variable or method `hello' for #<RSpec::ExampleGroups::TheHelloFunction:0x007fa1221408f0>
2727
# ./00_hello/hello_spec.rb:106:in `block (2 levels) in <top (required)>'
2828
```
29+
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.
2930
3. Read the failure output carefully and write the code that will make it pass
3031
4. Run the tests again with `rake`
3132
5. This will output that one test has passed and another test failure, write the code to make the next test pass.

0 commit comments

Comments
 (0)