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
Run `learn` from within the cloned directory and your tests will fail.
14
+
Run `learn` from within the cloned directory and you will see that one test passes and the other fails.
21
15
22
16
Open the file `lib/a_working_program.rb` and fix the error.
23
17
@@ -27,4 +21,4 @@ The entire contents of the file should read:
27
21
puts"Hello World"
28
22
```
29
23
30
-
Save the file, run `learn` and it should pass. Commit your changes and push then open a pull request and it should be all green.
24
+
Save the file, run `learn` and it should pass. Commit your changes and push, then open a pull request between your master branch and the master branch of this repository.
0 commit comments