Permalink
Cannot retrieve contributors at this time
11 lines (9 sloc)
269 Bytes
|
require "test_helper" |
|
|
|
describe Redis::Rails do |
|
it "must require ActiveSupport dependency" do |
|
assert defined?(ActiveSupport::Cache::RedisStore) |
|
end |
|
|
|
it "must require ActionPack dependency" do |
|
assert defined?(ActionDispatch::Session::RedisStore) |
|
end |
|
end |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.