summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/ldap/manager_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/ldap/manager_spec.rb')
-rwxr-xr-xspec/unit/util/ldap/manager_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/ldap/manager_spec.rb b/spec/unit/util/ldap/manager_spec.rb
index b18b1b933..bc6b18d01 100755
--- a/spec/unit/util/ldap/manager_spec.rb
+++ b/spec/unit/util/ldap/manager_spec.rb
@@ -113,7 +113,7 @@ describe Puppet::Util::Ldap::Manager do
it "should not pass in any value if no source attribute is specified" do
@generator.stubs(:source).returns nil
@manager.generates(:myparam)
- @generator.expects(:generate).with().returns %w{double yay}
+ @generator.expects(:generate).with.returns %w{double yay}
@manager.generate "one" => "yay"
end