Sha256: ff373b296c579ef43e731923ee19e39900adb7eb4cd77ac768b3d9aac6aa1b67

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

# -*- encoding: binary -*-
require 'test/unit'
require 'raindrops'

class TestRaindropsGc < Test::Unit::TestCase

  def test_gc
    assert_nothing_raised do
      1000000.times { Raindrops.new(24) }
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
raindrops-0.3.0 test/test_raindrops_gc.rb
raindrops-0.2.0 test/test_raindrops_gc.rb
raindrops-0.1.0 test/test_raindrops_gc.rb