Fix spec description for yield mutator
This commit is contained in:
parent
b41283d84c
commit
6a9e4aa752
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Mutant::Mutator::Node::Generic, 'yield' do
|
||||
describe Mutant::Mutator::Node::Yield, 'yield' do
|
||||
let(:source) { 'yield true' }
|
||||
|
||||
let(:mutations) do
|
||||
|
|
Loading…
Add table
Reference in a new issue