Sha256: 83c89c9542bccf7f5469d35bfdb5f02d57fdbefeb514ec0a85d7083010164afa

Contents?: true

Size: 429 Bytes

Versions: 12

Compression:

Stored size: 429 Bytes

Contents

$: << File.join(File.dirname(__FILE__), "..", "lib")

require "rubygems"
require "minitest/autorun"
require "simplecov"

SimpleCov.start

dir = File.dirname(File.expand_path(__FILE__))
Dir.glob(File.join(dir, "**", "test_*.rb")).each do |path|
  puts "Loading tests from #{path}"
  if path =~ /test_zeromq/
    puts "Skipping zeromq tests because they force ruby to exit if libzmq is not found"
    next
  end
  require path
end

Version data entries

12 entries across 10 versions & 4 rubygems

Version Path
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/all.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/cabin-0.7.1/test/all.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/logstash-codec-json-2.0.3/vendor/gems/cabin-0.7.2/test/all.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/cabin-0.7.2/test/all.rb
logstash-codec-json-2.0.3 vendor/gems/cabin-0.7.2/test/all.rb
cabin-0.7.2 test/all.rb
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/cabin-0.7.1/test/all.rb
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/cabin-0.7.1/test/all.rb
cabin-0.7.1 test/all.rb
cabin-0.6.1 test/all.rb
cabin-0.6.0 test/all.rb
cabin-0.5.0 test/all.rb