Sha256: 69515b5dc8fd3922a104103144cd038c3ae73d2b916f55405e3cb34f3c5627ee

Contents?: true

Size: 145 Bytes

Versions: 4

Compression:

Stored size: 145 Bytes

Contents

require 'test_helper'

describe Redis::Store::VERSION do
  it "must be equal to 1.1.3" do
    Redis::Store::VERSION.must_equal '1.1.3'
  end
end

Version data entries

4 entries across 4 versions & 4 rubygems

Version Path
redis-store-json-3.0.0 redis-store-json/test/redis/store/version_test.rb
redis-rack-json-1.5.2 redis-store-json/test/redis/store/version_test.rb
redis-actionpack-json-4.0.0 redis-store-json/test/redis/store/version_test.rb
redis-store-1.1.3 test/redis/store/version_test.rb