minor: updated README.md replica set test documentation

This commit is contained in:
Tyler Brock 2012-02-22 13:57:08 -05:00
parent c41a58d2aa
commit 32117ac91c
1 changed files with 2 additions and 5 deletions

View File

@ -283,12 +283,9 @@ To run any individual rake tasks with the C extension enabled, just pass C_EXT=t
$ rake test:unit C_EXT=true
If you want to test replica set, you can run the following tests
individually:
If you want to test replica set, you can run the following task:
$ rake test:replica_set_count
$ rake test:replica_set_insert
$ rake test:replica_set_query
$ rake test:rs
### Shoulda and Mocha