summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/confine/false.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-11-17 16:49:40 -0600
committerLuke Kanies <luke@madstop.com>2008-11-17 16:49:40 -0600
commitf62d04d511a811a098854342d8be189f466f5a68 (patch)
tree94e6e6bb80f8ea175f9fb1f277c2ae50aec23b9e /spec/unit/provider/confine/false.rb
parent030c7913643fa9b37b54815b09ee03427c4849ef (diff)
downloadpuppet-f62d04d511a811a098854342d8be189f466f5a68.tar.gz
puppet-f62d04d511a811a098854342d8be189f466f5a68.tar.xz
puppet-f62d04d511a811a098854342d8be189f466f5a68.zip
Fixing broken tests resulting from the fix to #1747
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/unit/provider/confine/false.rb')
-rwxr-xr-xspec/unit/provider/confine/false.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/provider/confine/false.rb b/spec/unit/provider/confine/false.rb
index c6c43e391..6ff5cc133 100755
--- a/spec/unit/provider/confine/false.rb
+++ b/spec/unit/provider/confine/false.rb
@@ -18,6 +18,7 @@ describe Puppet::Provider::Confine::False do
it "should use the 'pass?' method to test validity" do
@confine = Puppet::Provider::Confine::False.new("foo")
+ @confine.label = "eh"
@confine.expects(:pass?).with("foo")
@confine.valid?
end