Merge pull request #129 from tjchambers/typo_changes

Typo in context
This commit is contained in:
Markus Schirp 2013-10-28 06:52:27 -07:00
commit c22f3d5d60

View file

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