From: Ashley Penney Date: Mon, 10 Mar 2014 20:07:43 +0000 (-0700) Subject: Remove pry, whoops. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0bf470a71b8e6476645fb241faef12e30b2193ac;p=puppet-stdlib.git Remove pry, whoops. --- diff --git a/spec/classes/anchor_spec.rb b/spec/classes/anchor_spec.rb index 6754811..2e1fcba 100644 --- a/spec/classes/anchor_spec.rb +++ b/spec/classes/anchor_spec.rb @@ -22,8 +22,6 @@ describe "anchorrefresh" do end it 'propagates events through the anchored class' do - require 'pry' - binding.pry resource = transaction.resource_status('Anchor[final]') expect(resource.restarted).to eq(true)