summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-08 14:57:20 -0500
committerLuke Kanies <luke@madstop.com>2008-07-08 14:57:20 -0500
commitc7dc73f272c1e004ff1b7c806d5f47460b6bfe6d (patch)
treec9b02abcb3b846dcfb6e1050474c91c12ea0a176 /spec
parentedf99c508dabb58342eeff251ad5701d2755426d (diff)
downloadpuppet-c7dc73f272c1e004ff1b7c806d5f47460b6bfe6d.tar.gz
puppet-c7dc73f272c1e004ff1b7c806d5f47460b6bfe6d.tar.xz
puppet-c7dc73f272c1e004ff1b7c806d5f47460b6bfe6d.zip
Fixing the user ldap provider tests
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec')
-rwxr-xr-xspec/unit/provider/user/ldap.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/provider/user/ldap.rb b/spec/unit/provider/user/ldap.rb
index 7e039d582..f1c571779 100755
--- a/spec/unit/provider/user/ldap.rb
+++ b/spec/unit/provider/user/ldap.rb
@@ -26,6 +26,7 @@ describe provider_class do
it "should be able to manage passwords" do
provider_class.should be_manages_passwords
+ end
it "should use the ldap group provider to convert group names to numbers" do
provider = provider_class.new(:name => "foo")