diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2011-03-29 15:30:23 -0700 |
|---|---|---|
| committer | Jesse Wolfe <jes5199@gmail.com> | 2011-03-29 15:53:51 -0700 |
| commit | b9982b600871d1df5902935f7415e0eb7416104f (patch) | |
| tree | 09e264f3bbb6cb8197b99d6e155a434babf8323c /spec/unit/provider/zfs | |
| parent | 4413c3e6787deb947daf2e40887ebe39f91bc1ab (diff) | |
| parent | 7a325feb8aad7b67c80d57dc82bc9c8232bc7b53 (diff) | |
| download | puppet-b9982b600871d1df5902935f7415e0eb7416104f.tar.gz puppet-b9982b600871d1df5902935f7415e0eb7416104f.tar.xz puppet-b9982b600871d1df5902935f7415e0eb7416104f.zip | |
Merge branch 'feature/master/6144' of https://github.com/ghoneycutt/puppet into next
Diffstat (limited to 'spec/unit/provider/zfs')
| -rwxr-xr-x | spec/unit/provider/zfs/solaris_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/provider/zfs/solaris_spec.rb b/spec/unit/provider/zfs/solaris_spec.rb index 4998ba6fe..84a2be9f6 100755 --- a/spec/unit/provider/zfs/solaris_spec.rb +++ b/spec/unit/provider/zfs/solaris_spec.rb @@ -27,6 +27,7 @@ describe provider_class do describe "when calling add_properties" do it "should add -o and the key=value for each properties with a value" do @resource.stubs(:[]).with(:quota).returns "" + @resource.stubs(:[]).with(:refquota).returns "" @resource.stubs(:[]).with(:mountpoint).returns "/foo" properties = @provider.add_properties properties.include?("-o").should == true |
