Revert "Fix a test selection bug violating 1:1 principle"
This reverts commit d05f7fde25
.
This commit is contained in:
parent
8f32ae78e6
commit
1fa4517305
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,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 == match_expression
|
example_group.description.start_with?(match_expression)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue