spec/runners/crud/spec.rb in mongo-2.12.4 vs spec/runners/crud/spec.rb in mongo-2.13.0.beta1

- old
+ new

@@ -15,9 +15,10 @@ # database name in the spec to the one we are using contents.sub!(/"crud-tests"/, '"ruby-driver"') contents.sub!(/"retryable-reads-tests"/, '"ruby-driver"') contents.sub!(/"transaction-tests"/, '"ruby-driver"') contents.sub!(/"withTransaction-tests"/, '"ruby-driver"') + contents.sub!(/ default_write_concern_db/, ' ruby-driver') @spec = YAML.load(contents) @description = File.basename(test_path) @data = BSON::ExtJSON.parse_obj(@spec['data']) @tests = @spec['tests']