Sha256: 8977250ae7de5631e6782e3fdada304c3c86082de3d0639a5f26af6a11c24d89
Contents?: true
Size: 241 Bytes
Versions: 3
Compression:
Stored size: 241 Bytes
Contents
require File.expand_path(File.dirname(__FILE__)) + "/helper.rb" class Polling::Test < Test::Unit::TestCase def test_run Polling.setting offset: 5, debug: true Polling::run [0,10,20,30,40,50] do puts "test" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
polling-0.1.5 | test/run.rb |
polling-0.1.4 | test/run.rb |
polling-0.1.3 | test/run.rb |