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