Fix spec description for yield mutator

This commit is contained in:
Dan Kubb 2013-11-03 20:32:32 -08:00
parent b41283d84c
commit 6a9e4aa752

View file

@ -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