diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-02-15 14:32:08 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-02-15 18:57:23 +0900 |
commit | 121dfb38be53f4c984b2bc56106df615d5dd3568 (patch) | |
tree | f710edf719ee49149865ecae5a79534ec991985a | |
parent | 1e6fffaeeb18a1576492c864c92ec0f940adb28c (diff) |
Surpressing constant redefinition warning
-rw-r--r-- | spec/default.mspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/default.mspec b/spec/default.mspec index 7c44526c0b..09106c0868 100644 --- a/spec/default.mspec +++ b/spec/default.mspec @@ -89,7 +89,7 @@ require 'mspec/runner/formatters/dotted' class DottedFormatter prepend Module.new { - BASE = __dir__ + "/ruby/" + BASE = __dir__ + "/ruby/" unless defined?(BASE) def initialize(out = nil) super |