From bf33411abd86da2c1415cf4e290fa78fcda49033 Mon Sep 17 00:00:00 2001 From: Pinny Markowitz Date: Mon, 30 Mar 2020 00:20:06 -0400 Subject: [PATCH] attempt to fix travis build --- spec/commands/zunionstore_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/commands/zunionstore_spec.rb b/spec/commands/zunionstore_spec.rb index 26cec9e6..61352db2 100644 --- a/spec/commands/zunionstore_spec.rb +++ b/spec/commands/zunionstore_spec.rb @@ -40,8 +40,7 @@ @redises.zunionstore(@dest, []) end.should raise_error(Redis::CommandError) end - - + context 'when used with a set' do before do @set4 = 'mock-redis-test:zunionstore4'