Sha256: da6fcb20bd8cba1123ae3dae84e2d579b22c92b6f8e8332e488859fa77f4e389

Contents?: true

Size: 339 Bytes

Versions: 8

Compression:

Stored size: 339 Bytes

Contents

require "test_helper"

base_dir = File.join(File.expand_path(File.dirname(__FILE__)), "cabin")

Dir.glob(File.join(base_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

8 entries across 8 versions & 3 rubygems

Version Path
logstash-filter-zabbix-0.1.2 vendor/bundle/jruby/1.9/gems/cabin-0.8.1/test/all.rb
logstash-filter-zabbix-0.1.1 vendor/bundle/jruby/1.9/gems/cabin-0.8.1/test/all.rb
ivanvc-logstash-input-s3-3.1.1.4 vendor/local/gems/cabin-0.8.1/test/all.rb
ivanvc-logstash-input-s3-3.1.1.3 vendor/local/gems/cabin-0.8.1/test/all.rb
ivanvc-logstash-input-s3-3.1.1.2 vendor/local/gems/cabin-0.8.1/test/all.rb
cabin-0.9.0 test/all.rb
cabin-0.8.1 test/all.rb
cabin-0.8.0 test/all.rb