We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1674e1 + 4c210d0 commit 31b8469Copy full SHA for 31b8469
gemfiles/testunit.gemfile
@@ -4,6 +4,9 @@
4
5
source 'https://rubygems.org'
6
7
-gem 'test-unit'
+# test-unit 3.7.4 changed `TestSuite#run` method signature.
8
+# Earlier versions cause ArgumentError in test-queue's TestSuite subclass,
9
+# crashing workers and causing the master process to hang indefinitely.
10
+gem 'test-unit', '>= 3.7.4'
11
12
gemspec path: '../'
0 commit comments