Sha256: baeeb55719d8d109b1020b67e5ea21ba136f88b477755de9c57729555ecad008

Contents?: true

Size: 329 Bytes

Versions: 14

Compression:

Stored size: 329 Bytes

Contents

# Running BSON Ruby Tests

## 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 bson-ruby
branch, check out the matching submodules:

    git submodule init
    git submodule update

Then, to run the test suite:

    rake

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bson-5.0.2 spec/README.md
bson-5.0.2-java spec/README.md
bson-5.0.1 spec/README.md
bson-5.0.1-java spec/README.md
bson-5.0.0-java spec/README.md
bson-5.0.0 spec/README.md
bson-4.15.0-java spec/README.md
bson-4.15.0 spec/README.md
bson-4.14.1-java spec/README.md
bson-4.14.1 spec/README.md
bson-4.14.0-java spec/README.md
bson-4.14.0 spec/README.md
bson-4.13.0-java spec/README.md
bson-4.13.0 spec/README.md