You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ To work through the first exercise, follow this process
26
26
undefined local variable or method `hello' for #<RSpec::ExampleGroups::TheHelloFunction:0x007fa1221408f0>
27
27
# ./00_hello/hello_spec.rb:106:in `block (2 levels) in <top (required)>'
28
28
```
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.
29
30
3. Read the failure output carefully and write the code that will make it pass
30
31
4. Run the tests again with `rake`
31
32
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