Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit b1ccbf7

Browse files
committed
Remove puts in test
[#173630293] Authored-by: Matt Royal <mroyal@pivotal.io>
1 parent aebbe82 commit b1ccbf7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/support/shared_examples/jobs/service_instance_last_operation_polling_job.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205
end
206206

207207
it 'creates an audit event' do
208-
puts "audit.service_instance.#{operation_type}"
209208
event = VCAP::CloudController::Event.find(type: "audit.service_instance.#{operation_type}")
210209
expect(event).to be
211210
expect(event.actee).to eq(service_instance.guid)

0 commit comments

Comments
 (0)