Sha256: 145bcd1968787de5ad57e73bde08281f831ffa6e9c8b60e6afec71c6e06b6908

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

# frozen_string_literal: true
# rubocop:todo all

require 'spec_helper'

require 'runners/unified'

base = "#{CURRENT_PATH}/spec_tests/data/sdam_unified"
SDAM_UNIFIED_TESTS = Dir.glob("#{base}/**/*.yml").sort

describe 'SDAM unified spec tests' do
  forbid_x509_auth

  define_unified_spec_tests(base, SDAM_UNIFIED_TESTS)
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mongo-2.21.0 spec/spec_tests/sdam_unified_spec.rb
mongo-2.20.1 spec/spec_tests/sdam_unified_spec.rb
mogno-2.20.0 spec/spec_tests/sdam_unified_spec.rb
mogno-1.0.0 spec/spec_tests/sdam_unified_spec.rb
mongo-2.20.0 spec/spec_tests/sdam_unified_spec.rb