spec/unit/docker_installer_spec.rb in vocker-0.2.0 vs spec/unit/docker_installer_spec.rb in vocker-0.2.1

- old
+ new

@@ -41,9 +41,10 @@ subject.ensure_installed expect(guest).to have_received.capability(:docker_installed) expect(guest).to have_received.capability(:docker_install) + expect(guest).to have_received.capability(:docker_configure_auto_start) end it 'errors out if docker could not be installed' do stub(guest).capability(:docker_installed) { false }