1
0
Fork 0

Construct identification of subject correctly

This commit is contained in:
Markus Schirp 2013-01-14 12:56:12 +01:00
parent a0933916ca
commit 72aa121eae

View file

@ -76,7 +76,7 @@ module Mutant
# @api private
#
def identification
"#{context.identitfication}#{subtype}:#{source_path}:#{source_line}"
"#{context.identification}#{subtype}:#{source_path}:#{source_line}"
end
memoize :identification