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'