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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,8 @@ Executing `bundle ` will take care of installing all the remaining gems that thi
163
163
The tests for this project are written in a Ruby test library named [RSpec](https://www.relishapp.com/rspec).
164
164
165
165
rake
166
+
167
+
NOTE: If rake fails to work you may have to execute the command: `bundle exec rake`
166
168
167
169
### 4. Setup a guard
168
170
@@ -183,7 +185,7 @@ All of the failing examples can be found in the file `spec/failing_spec.rb`. Thi
183
185
3. Go to that file and line number
184
186
4. Fix the issue.
185
187
186
-
With Guard running any change you make and save will cause the system to re-run the tests. There you can watch to see if the number of failures decreases. Your goal is to have *57 examples, 0 failures*. Good luck!
188
+
With Guard running any change you make and save will cause the system to re-run the tests. There you can watch to see if the number of failures decreases. Your goal is to have *68 examples, 0 failures*. Good luck!
0 commit comments