em-redis
em-redis copied to clipboard
one test is having random output order
Hi,
I noticed that the array obtained in the test:
user_interests.should == [["second-interest", "first-interest"], ['third-interest']]
around line 755 in redis_commands_spec.rb
is random (the two terms in the first subarray might be exchanged). Therefore, this test randomly fails. Currently, this test is deactivated in the Debian package.
Cheers,
Cédric