From 32117ac91ccc560179e1cbdbc6ea10796b94e8d0 Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Wed, 22 Feb 2012 13:57:08 -0500 Subject: [PATCH] minor: updated README.md replica set test documentation --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0b559d..e39ef41 100644 --- a/README.md +++ b/README.md @@ -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