File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ examples:
112
112
curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master/test/examples/update_documents.js -o ${DRIVERS_PATH}/node_update.js
113
113
114
114
# ruby
115
- curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/mongo /shell_examples_spec.rb -o ${DRIVERS_PATH}/shell_examples_spec.rb
116
- curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/mongo /change_stream_examples_spec.rb -o ${DRIVERS_PATH}/change_stream_examples_spec.rb
115
+ curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/integration /shell_examples_spec.rb -o ${DRIVERS_PATH}/shell_examples_spec.rb
116
+ curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/integration /change_stream_examples_spec.rb -o ${DRIVERS_PATH}/change_stream_examples_spec.rb
117
117
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/integration/transactions_examples_spec.rb -o ${DRIVERS_PATH}/transactions_examples_spec.rb
118
118
119
119
# scala
You can’t perform that action at this time.
0 commit comments