From 9b1301c0e86c66e17824b80f4afe598683e44a38 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 13 Jun 2008 13:39:11 -0500 Subject: Removing a duplicate call left over from debugging --- spec/integration/indirector/rest.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/integration/indirector/rest.rb b/spec/integration/indirector/rest.rb index c1cefd4ca..cda524310 100755 --- a/spec/integration/indirector/rest.rb +++ b/spec/integration/indirector/rest.rb @@ -55,7 +55,6 @@ describe Puppet::Indirector::REST do end it "should not fail" do - Puppet::TestIndirectedFoo.find('bar') lambda { Puppet::TestIndirectedFoo.find('bar') }.should_not raise_error end -- cgit