Add Mutant::EMPTY_HASH
This commit is contained in:
parent
95d157458f
commit
9aec65b847
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ Thread.abort_on_exception = true
|
||||||
module Mutant
|
module Mutant
|
||||||
EMPTY_STRING = ''.freeze
|
EMPTY_STRING = ''.freeze
|
||||||
EMPTY_ARRAY = [].freeze
|
EMPTY_ARRAY = [].freeze
|
||||||
|
EMPTY_HASH = {}.freeze
|
||||||
SCOPE_OPERATOR = '::'.freeze
|
SCOPE_OPERATOR = '::'.freeze
|
||||||
|
|
||||||
# Test if CI is detected via environment
|
# Test if CI is detected via environment
|
||||||
|
|
Loading…
Reference in a new issue