From 0c97663898becc116d68c8737d77ad123f572a88 Mon Sep 17 00:00:00 2001 From: Tim Chambers Date: Mon, 28 Oct 2013 09:39:41 -0400 Subject: [PATCH] Typo in context Change earily to early --- spec/unit/mutant/runner/config/subjects_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/mutant/runner/config/subjects_spec.rb b/spec/unit/mutant/runner/config/subjects_spec.rb index fc7abe07..148c00ee 100644 --- a/spec/unit/mutant/runner/config/subjects_spec.rb +++ b/spec/unit/mutant/runner/config/subjects_spec.rb @@ -32,7 +32,7 @@ describe Mutant::Runner::Config, '#subjects' do Mutant::Runner.stub(:run).with(config, subject_b).and_return(runner_b) end - context 'without earily stop' do + context 'without early stop' do let(:stop_a) { false } let(:stop_b) { false } @@ -41,7 +41,7 @@ describe Mutant::Runner::Config, '#subjects' do it_should_behave_like 'an idempotent method' end - context 'with earily stop' do + context 'with early stop' do let(:stop_a) { true } let(:stop_b) { false }