We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a109bb9 commit 3bdd372Copy full SHA for 3bdd372
test/consumer_test.rb
@@ -13,7 +13,7 @@ def run
13
self.class.ran << self
14
end
15
16
-
+
17
before do
18
Actionable.ran.clear
19
@@ -28,7 +28,7 @@ def run
28
assert_raises Timeout::Error do
29
Timeout.timeout(1) { c.consume }
30
31
32
assert_equal 1, Actionable.ran.length
33
assert q.empty?
34
0 commit comments