Add missing empty line in test spec

This commit is contained in:
Thibault Jouan 2013-10-01 00:02:05 +00:00
parent a36b30dd3c
commit 217b8a203a

View File

@ -10,6 +10,7 @@ module Producer::Core
it 'assigns the env' do
expect(action.instance_eval { @env }).to be env
end
it 'assigns the arguments' do
expect(action.instance_eval { @arguments }).to eq arguments
end