Fix a test selection bug violating 1:1 principle
This commit is contained in:
parent
69dc9e9e0e
commit
d05f7fde25
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ module Mutant
|
||||||
#
|
#
|
||||||
def find_with(match_expression)
|
def find_with(match_expression)
|
||||||
all_example_groups.select do |example_group|
|
all_example_groups.select do |example_group|
|
||||||
example_group.description.start_with?(match_expression)
|
example_group.description == match_expression
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue