Sha256: d5ab9d67b7b10fa7c79f575829a198c78eb493413a5764bc18afa83a8948608d

Contents?: true

Size: 333 Bytes

Versions: 1

Compression:

Stored size: 333 Bytes

Contents

require File.expand_path(File.dirname(__FILE__)) + "/helper.rb"

class PollingTest < Test::Unit::TestCase
  #def test_run
  #  puts "start: #{Time.now}"
  #  #arr = [5,15,25,35,45,55]
  #  #arr = ["0","10","20","30","40","50"]
  #  arr = ["10s"]
  #  Polling::run(arr,true) do
  #    puts Time.now
  #    sleep 2
  #  end
  #end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polling-0.0.5 test/test_run.rb