Skip to content

Commit 5c72313

Browse files
committed
adding description of guard to README
1 parent d389383 commit 5c72313

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,16 @@ And then, install all your dependencies:
320320

321321
You need to have an instance of MongoDB running on your computer or all the mongo tests will fail miserably.
322322

323+
To run all the tests once, simply use
324+
323325
rake test
324326

327+
while you're developing, it is recommended that you run
328+
329+
bundle exec guard
330+
331+
to have the relevent test run every time you save a file.
332+
325333
## Integration tests
326334

327335
If you make changes or add features to the jQuery part, please make sure

0 commit comments

Comments
 (0)