Surpressing constant redefinition warning
This commit is contained in:
parent
1e6fffaeeb
commit
121dfb38be
@ -89,7 +89,7 @@ require 'mspec/runner/formatters/dotted'
|
|||||||
|
|
||||||
class DottedFormatter
|
class DottedFormatter
|
||||||
prepend Module.new {
|
prepend Module.new {
|
||||||
BASE = __dir__ + "/ruby/"
|
BASE = __dir__ + "/ruby/" unless defined?(BASE)
|
||||||
|
|
||||||
def initialize(out = nil)
|
def initialize(out = nil)
|
||||||
super
|
super
|
||||||
|
Loading…
x
Reference in New Issue
Block a user