From ab3cb29bd9bff9c16cfb9d19cc02026998282c12 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Fri, 22 Apr 2022 13:01:43 -0700 Subject: Avoid defining the same test class in multiple files Should fix issues with parallel testing sometimes not running all tests. This should be viewed skipping whitespace changes. Fixes [Bug #18731] --- test/optparse/test_did_you_mean.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/optparse/test_did_you_mean.rb') diff --git a/test/optparse/test_did_you_mean.rb b/test/optparse/test_did_you_mean.rb index 4c6da4f74e..3c923922ec 100644 --- a/test/optparse/test_did_you_mean.rb +++ b/test/optparse/test_did_you_mean.rb @@ -6,7 +6,7 @@ rescue LoadError return end -class TestOptionParser::DidYouMean < TestOptionParser +class TestOptionParserDidYouMean < TestOptionParser def setup super @opt.def_option("--foo", Integer) { |v| @foo = v } -- cgit v1.2.3