Suppress constant warning for test-bundled-gems-spec

This commit is contained in:
Hiroshi SHIBATA 2024-09-10 16:06:23 +09:00
parent 3db2782748
commit a3ba723ef0
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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