Sha256: 57ab7bb5ebf9762ba2e85ceae23ede572ae821a66935c237a9ee73b5d44ba62d

Contents?: true

Size: 338 Bytes

Versions: 7

Compression:

Stored size: 338 Bytes

Contents

# frozen_string_literal: true
# rubocop:todo all

require 'spec_helper'

require 'runners/unified'

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

describe 'Transactions unified spec tests' do
  define_unified_spec_tests(base, TRANSACTIONS_UNIFIED_TESTS)
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
mogno-2.20.0 spec/spec_tests/transactions_unified_spec.rb
mogno-1.0.0 spec/spec_tests/transactions_unified_spec.rb
mongo-2.20.0 spec/spec_tests/transactions_unified_spec.rb
mongo-2.19.3 spec/spec_tests/transactions_unified_spec.rb
mongo-2.19.2 spec/spec_tests/transactions_unified_spec.rb
mongo-2.19.1 spec/spec_tests/transactions_unified_spec.rb
mongo-2.19.0 spec/spec_tests/transactions_unified_spec.rb