summaryrefslogtreecommitdiffstats
path: root/spec/integration
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/indirector/rest.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/integration/indirector/rest.rb b/spec/integration/indirector/rest.rb
index aed17d977..9ac2bc997 100644
--- a/spec/integration/indirector/rest.rb
+++ b/spec/integration/indirector/rest.rb
@@ -79,9 +79,9 @@ describe Puppet::Indirector::REST do
Puppet::Network::HTTP::WEBrickREST.any_instance.stubs(:model).returns(@mock_model)
end
- # it "should raise an exception" do
- # lambda { Puppet::TestIndirectedFoo.find('bar') }.should raise_error(RuntimeError)
- # end
+ it "should raise an exception" do
+ lambda { Puppet::TestIndirectedFoo.find('bar') }.should raise_error(RuntimeError)
+ end
end
end