Sha256: 92b0856b802423ab5fb4f522341a494736716fb3d332716389bc0d111a9f9e04
Contents?: true
Size: 261 Bytes
Versions: 3
Compression:
Stored size: 261 Bytes
Contents
#!/usr/bin/env ruby require "test-unit" test_file = "test/test_*.rb" $LOAD_PATH.unshift(File.join(File.expand_path("."), "lib")) $LOAD_PATH.unshift(File.join(File.expand_path("."), "test")) Dir.glob(test_file) do |file| require file.gsub(/\.rb$/, '') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rabbit-2.0.1 | test/run-test.rb |
rabbit-2.0.0 | test/run-test.rb |
rabbit-1.0.9 | test/run-test.rb |