Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DOdeveloper committed Apr 2, 2016
1 parent d45fa2d commit 6afbf6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Then, we see the description of our failure:
Failure/Error: expect($stdout).to receive(:puts).with("Hi! I'm HAL, what's your name?"), "Make sure bin/greet has code that can output 'Hi! I'm HAL, what's your name?' exactly."
```

The helpful part of this error message can be found at then end, after the `, `.
The helpful part of this error message can be found at the end, after the `, `.

```bash
"Make sure bin/greet has code that can output 'Hi! I'm HAL, what's your name?' exactly."
Expand Down Expand Up @@ -153,3 +153,5 @@ When you're done, run `learn` to confirm all tests are passing.
<iframe width="560" height="315" src="https://www.youtube.com/embed/7R0mD3uWk5c" frameborder="0" allowfullscreen></iframe>
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/greeting-cli' title='Greeting Cli'>Greeting Cli</a> on Learn.co and start learning to code for free.</p>
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/greeting-cli'>Greeting CLI Lab</a> on Learn.co and start learning to code for free.</p>

0 comments on commit 6afbf6b

Please sign in to comment.