Sha256: 4295c9c9cfcbeda895fbd5c33eb1f856a205bd0d5ef4285cc1ad5b57d307e74a
Contents?: true
Size: 362 Bytes
Versions: 9
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all require 'spec_helper' require 'runners/unified' base = "#{CURRENT_PATH}/spec_tests/data/command_monitoring_unified" COMMAND_MONITORING_UNIFIED_TESTS = Dir.glob("#{base}/**/*.yml").sort describe 'Command monitoring unified spec tests' do define_unified_spec_tests(base, COMMAND_MONITORING_UNIFIED_TESTS) end
Version data entries
9 entries across 9 versions & 2 rubygems