Improve wording in Env#initialize spec
This commit is contained in:
parent
883d4f2e7e
commit
863155b61d
@ -5,12 +5,12 @@ module Producer::Core
|
|||||||
subject(:env) { Env.new }
|
subject(:env) { Env.new }
|
||||||
|
|
||||||
describe '#initialize' do
|
describe '#initialize' do
|
||||||
it 'has no target' do
|
it 'assigns nil as a default target' do
|
||||||
expect(env.target).not_to be
|
expect(env.target).not_to be
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'without argument' do
|
context 'without argument' do
|
||||||
it 'has no recipe' do
|
it 'assigns no recipe' do
|
||||||
expect(env.current_recipe).not_to be
|
expect(env.current_recipe).not_to be
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user