Sha256: 05eb8b3e2113e011a911964428f88eda7c16bdd64907024cd05f9f3c9c108f71

Contents?: true

Size: 159 Bytes

Versions: 1

Compression:

Stored size: 159 Bytes

Contents

require 'test_helper'

describe Redis::Rack::Cache::VERSION do
  it "must be equal to 1.1.rc" do
    Redis::Rack::Cache::VERSION.must_equal '1.1.rc'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-rack-cache-1.1.rc test/redis-rack-cache/version_test.rb