spec/support/client_registry_macros.rb in mongo-2.18.3 vs spec/support/client_registry_macros.rb in mongo-2.19.0

- old
+ new

@@ -1,6 +1,6 @@ # frozen_string_literal: true -# encoding: utf-8 +# rubocop:todo all module ClientRegistryMacros def new_local_client(address, options=nil, &block) ClientRegistry.instance.new_local_client(address, options, &block) end