summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/handler
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/network/handler')
-rw-r--r--spec/unit/network/handler/fileserver_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/network/handler/fileserver_spec.rb b/spec/unit/network/handler/fileserver_spec.rb
index b37d4f551..9d34e9cdd 100644
--- a/spec/unit/network/handler/fileserver_spec.rb
+++ b/spec/unit/network/handler/fileserver_spec.rb
@@ -158,7 +158,7 @@ describe Puppet::Network::Handler::FileServer do
end
it "should not fail for inexistant plugins type" do
- lambda { @mount.list("puppet/parser",true,false) }.should_not raise_error
+ @mount.list("puppet/parser",true,false)
end
end