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
-6
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,6 @@ Failures:
28
28
Finished in 0.00048 seconds
29
29
2 examples, 1 failure
30
30
```
31
-
However, if you get:
32
-
33
-
```bash
34
-
-bash: learn: command not found
35
-
```
36
-
Then you need to install Learn. Do that via: `gem install learn-co` in your command line.
37
31
38
32
To solve this test failure, create a local variable `greeting` in the `variable.rb` file. Set `greeting` equal to the string `"Hello World"`. Run `learn` to see if you did this correctly.
0 commit comments