summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/ldap/generator_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/ldap/generator_spec.rb')
-rwxr-xr-xspec/unit/util/ldap/generator_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/ldap/generator_spec.rb b/spec/unit/util/ldap/generator_spec.rb
index a6c69de83..8086dd995 100755
--- a/spec/unit/util/ldap/generator_spec.rb
+++ b/spec/unit/util/ldap/generator_spec.rb
@@ -40,7 +40,7 @@ describe Puppet::Util::Ldap::Generator do
it "should run the provided block when asked to generate the value" do
@generator.with { "yayness" }
- @generator.generate().should == "yayness"
+ @generator.generate.should == "yayness"
end
it "should pass in any provided value to the block" do