spec/runners/cmap.rb in mongo-2.13.0.beta1 vs spec/runners/cmap.rb in mongo-2.13.0.rc1

- old
+ new

@@ -38,10 +38,10 @@ # @param [ String ] test_path The path to the file. def initialize(test_path) @test = YAML.load(File.read(test_path)) @description = @test['description'] - @pool_options = Utils.snakeize_hash(process_options(@test['poolOptions'])) + @pool_options = ::Utils.snakeize_hash(process_options(@test['poolOptions'])) @spec_ops = @test['operations'].map { |o| Operation.new(self, o) } @processed_ops = [] @expected_error = @test['error'] @expected_events = @test['events'] @ignore_events = @test['ignore'] || []