From ce983f5634a04f3671419966e33b1811b47bdc65 Mon Sep 17 00:00:00 2001 From: Tobias Svensson Date: Mon, 11 Mar 2013 10:52:22 +0000 Subject: [PATCH] Add some more parentheses. --- test/test_clock.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_clock.rb b/test/test_clock.rb index 0a6422f..531ddde 100644 --- a/test/test_clock.rb +++ b/test/test_clock.rb @@ -113,7 +113,7 @@ class TestClock < Sidetiq::TestCase end class SplatArgsWorker - def perform arg1, *args + def perform(arg1, *args) end end