Sha256: 4492f526733bb52853d5156b7c49d0abd82fe56b071485bc4eb8d68b76382e95

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

require 'helper'
require 'testing_module.rb'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glutton_ratelimit-1.0.0 test/test_glutton_ratelimit_averaged_throttle.rb