commit
c22f3d5d60
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue