From 563c5ef30454cdcb7205a8e2a1f72e8e31dda150 Mon Sep 17 00:00:00 2001 From: Tobias Svensson Date: Tue, 17 Sep 2013 10:49:09 +0100 Subject: [PATCH] Rename lock test. --- test/{test_lock.rb => test_lock_redis.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{test_lock.rb => test_lock_redis.rb} (96%) diff --git a/test/test_lock.rb b/test/test_lock_redis.rb similarity index 96% rename from test/test_lock.rb rename to test/test_lock_redis.rb index 96440b9..9fd4917 100644 --- a/test/test_lock.rb +++ b/test/test_lock_redis.rb @@ -1,6 +1,6 @@ require_relative 'helper' -class TestLock < Sidetiq::TestCase +class TestLockRedis < Sidetiq::TestCase def test_locking lock_name = SecureRandom.hex(8) key = SecureRandom.hex(8)