Sha256: 8a7dd596758abeebca6c448e9bb75877074f0755f84a514eb615ebdfb92fe6d0
Contents?: true
Size: 425 Bytes
Versions: 27
Compression:
Stored size: 425 Bytes
Contents
# encoding: utf-8 require_relative 'coverage_helper' # In order to archive an expected coverage analysis we need to eager load # all logstash code base, otherwise it will not get a good analysis. CoverageHelper.eager_load if ENV['COVERAGE'] require "logstash/devutils/rspec/spec_helper" def installed_plugins Gem::Specification.find_all.select { |spec| spec.metadata["logstash_plugin"] }.map { |plugin| plugin.name } end
Version data entries
27 entries across 24 versions & 3 rubygems