diff options
| author | Luke Kanies <luke@madstop.com> | 2008-11-17 16:49:40 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-11-17 16:49:40 -0600 |
| commit | f62d04d511a811a098854342d8be189f466f5a68 (patch) | |
| tree | 94e6e6bb80f8ea175f9fb1f277c2ae50aec23b9e /spec/unit/provider/confine/false.rb | |
| parent | 030c7913643fa9b37b54815b09ee03427c4849ef (diff) | |
| download | puppet-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-x | spec/unit/provider/confine/false.rb | 1 |
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 |
