diff options
author | Luke Kanies <luke@madstop.com> | 2008-06-13 13:39:11 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-06-13 13:39:11 -0500 |
commit | 9b1301c0e86c66e17824b80f4afe598683e44a38 (patch) | |
tree | b8eef437a6beffcd538de3c63474ca3f1c2a343b | |
parent | 087480bf6368edffcc0e8c6ea22d018e186bcab8 (diff) | |
download | puppet-9b1301c0e86c66e17824b80f4afe598683e44a38.tar.gz puppet-9b1301c0e86c66e17824b80f4afe598683e44a38.tar.xz puppet-9b1301c0e86c66e17824b80f4afe598683e44a38.zip |
Removing a duplicate call left over from debugging
-rwxr-xr-x | spec/integration/indirector/rest.rb | 1 |
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 |