Sha256: ed587aa8592f633935872f3bb5eaf8fda7ce88f691225e34b02f642fa84c75d5

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

require 'spec_helper'
require 'redis/throttler'

describe Redis::Throttler do
  it "should have a VERSION constant" do
    expect(subject.const_get('VERSION')).to_not be_empty
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-throttler-0.1.0 spec/throttler_spec.rb