summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-09-10 16:06:23 +0900
committerHiroshi SHIBATA <[email protected]>2024-09-10 16:07:04 +0900
commita3ba723ef09f0a42bb7ad31167a5457756e53f8d (patch)
treefc96c6b7c43241d726ac365ce89942a9bbc71e86
parent3db2782748e0753f0e4b5c10e6837e0609c5ad1b (diff)
Suppress constant warning for test-bundled-gems-spec
-rw-r--r--spec/default.mspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/default.mspec b/spec/default.mspec
index 57142d6dec..ecd3f3afe9 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -90,7 +90,7 @@ require 'mspec/runner/formatters/dotted'
class DottedFormatter
prepend Module.new {
BASE = __dir__ + "/ruby/" unless defined?(BASE)
- COUNT_WIDTH = 6
+ COUNT_WIDTH = 6 unless defined?(COUNT_WIDTH)
def initialize(out = nil)
super