Better rspec context name
This commit is contained in:
parent
f5487b554c
commit
3c8620fd10
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ describe Mutant::Isolation do
|
||||||
it { should eql(:data_from_child_process) }
|
it { should eql(:data_from_child_process) }
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when block does return marshallable data' do
|
context 'when block does NOT return marshallable data' do
|
||||||
let(:block) do
|
let(:block) do
|
||||||
lambda do
|
lambda do
|
||||||
redirect_stderr
|
redirect_stderr
|
||||||
|
|
Loading…
Reference in a new issue