Fix Mutant::Mutation::Filter::Regexp
This commit is contained in:
parent
96af70ccee
commit
7b6451cc0b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Mutant
|
||||||
# @api private
|
# @api private
|
||||||
#
|
#
|
||||||
def match?(mutation)
|
def match?(mutation)
|
||||||
!!@regexp.match =~ mutation.identification
|
!!(@regexp =~ mutation.identification)
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Add table
Reference in a new issue