Sha256: 6745c77533ca1012eef4cdc689cd5d396828b6c667f10f9a73a1a61de3253d3f
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
require File.expand_path(File.dirname(__FILE__)) + "/helper.rb" class PollingTest < Test::Unit::TestCase def test_run arr = [0,10,20,30,40,50] Polling::run(arr,true) do puts "test" sleep 2 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polling-0.0.3 | test/test_run.rb |