Construct identification of subject correctly
This commit is contained in:
parent
a0933916ca
commit
72aa121eae
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module Mutant
|
||||||
# @api private
|
# @api private
|
||||||
#
|
#
|
||||||
def identification
|
def identification
|
||||||
"#{context.identitfication}#{subtype}:#{source_path}:#{source_line}"
|
"#{context.identification}#{subtype}:#{source_path}:#{source_line}"
|
||||||
end
|
end
|
||||||
memoize :identification
|
memoize :identification
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue