spec/cucumber/chef/provisioner_spec.rb in cucumber-chef-1.0.2 vs spec/cucumber/chef/provisioner_spec.rb in cucumber-chef-1.0.3
- old
+ new
@@ -44,11 +44,9 @@
before(:each) do
@test_lab = Cucumber::Chef::TestLab.new(@config)
@test_lab.destroy
server = subject.build_test_lab(@config, StringIO.new)
@dns_name = server.dns_name
- puts "Hanging around..." until tcp_test_ssh(server.public_ip_address)
- puts "Got ssh..."
sleep(10)
subject.upload_cookbook(@config)
subject.upload_role(@config)
end