Sha256: ab7b5d6e372ba03064584dc7c4289ae95c3dbc15c8eee511077de351567aada3

Contents?: true

Size: 142 Bytes

Versions: 10

Compression:

Stored size: 142 Bytes

Contents

require 'test_helper'

describe Redis::Store::VERSION do
  it 'returns current version' do
    Redis::Store::VERSION.wont_equal nil
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
redis-store-1.9.1 test/redis/store/version_test.rb
redis-store-1.9.0 test/redis/store/version_test.rb
redis-store-1.8.2 test/redis/store/version_test.rb
redis-store-1.8.1 test/redis/store/version_test.rb
redis-store-1.8.0 test/redis/store/version_test.rb
redis-store-1.6.0 test/redis/store/version_test.rb
redis-store-1.5.0 test/redis/store/version_test.rb
redis-store-1.4.1 test/redis/store/version_test.rb
redis-store-1.4.0 test/redis/store/version_test.rb
redis-store-1.3.0 test/redis/store/version_test.rb