Class: Mutiny::Tests::Selection::Default

Inherits:
Object
  • Object
show all
Defined in:
lib/mutiny/tests/selection/default.rb

Instance Method Summary collapse

Instance Method Details

#for(mutant, from:) ⇒ Object



5
6
7
# File 'lib/mutiny/tests/selection/default.rb', line 5

def for(mutant, from:)
  from.for_subject(mutant.subject) # TODO: is this correctly minimal?
end