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