Skip to content

Commit

Permalink
MONGOID-5011 update test instructions for shared tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 24, 2020
1 parent dd92fd5 commit fcda741
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Quick Start

The test suite requires shared tooling that is stored in a separate repository
and is referenced as a submodule. After checking out the desired driver
branch, check out the matching submodules:

git submodule init
git submodule update

Spin up a MongoDB deployment against which to run the Mongoid specs.
Mongoid specs support a variety of MongoDB topologies, but the simplest is
a single MongoDB instance:
Expand Down

0 comments on commit fcda741

Please sign in to comment.