Sha256: 47375bbaa55b13ac71cbdd2a54345ea23d9a30822133cd0d91bae709e60df60b

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

require 'helper'
require 'testing_module.rb'

class TestGluttonRatelimitBurstyRingBuffer < Test::Unit::TestCase
  include TestingModule # All the shared tests are in here.
  
  def setup
    @testClass = GluttonRatelimit::BurstyRingBuffer
  end
  
  def test_object_creations
    rl = @testClass.new 1, 1
    assert_instance_of GluttonRatelimit::BurstyRingBuffer, rl
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glutton_ratelimit-1.0.0 test/test_glutton_ratelimit_bursty_ring_buffer.rb