summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-06-13 13:39:11 -0500
committerLuke Kanies <luke@madstop.com>2008-06-13 13:39:11 -0500
commit9b1301c0e86c66e17824b80f4afe598683e44a38 (patch)
treeb8eef437a6beffcd538de3c63474ca3f1c2a343b
parent087480bf6368edffcc0e8c6ea22d018e186bcab8 (diff)
downloadpuppet-9b1301c0e86c66e17824b80f4afe598683e44a38.tar.gz
puppet-9b1301c0e86c66e17824b80f4afe598683e44a38.tar.xz
puppet-9b1301c0e86c66e17824b80f4afe598683e44a38.zip
Removing a duplicate call left over from debugging
-rwxr-xr-xspec/integration/indirector/rest.rb1
1 files changed, 0 insertions, 1 deletions
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