mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix implementation for DiscourseRedis#exists.
This commit is contained in:
@@ -88,7 +88,6 @@ describe DiscourseRedis do
|
||||
end
|
||||
end
|
||||
|
||||
# Remove when this has been upstreamed in https://github.com/redis/redis-rb/pull/911
|
||||
describe '.exists' do
|
||||
it 'should return false when key is not present' do
|
||||
expect(Discourse.redis.exists('test')).to eq(false)
|
||||
|
||||
Reference in New Issue
Block a user