diff options
| author | Luke Kanies <luke@madstop.com> | 2008-11-08 12:52:52 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-11-08 12:52:52 -0600 |
| commit | fe0b818c411344da894dc8d26787db8602f68c7a (patch) | |
| tree | 0369146363b71d86c45a4b564b13e70b622f854f /spec/unit | |
| parent | eed37f7133a33577d1ebc8441db6090fb4c0b7f8 (diff) | |
Fixing tests broken by fileserving and other refactoring.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/unit')
| -rwxr-xr-x | spec/unit/property.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/property.rb b/spec/unit/property.rb index 89b736cf4..e2ba83303 100755 --- a/spec/unit/property.rb +++ b/spec/unit/property.rb @@ -226,11 +226,6 @@ describe Puppet::Property do end describe "when syncing the 'should' value" do - it "should fail if no values have been defined and the 'sync' method has not been overridden" do - @property.should = "eh" - lambda { @property.sync }.should raise_error(Puppet::DevError) - end - it "should set the value" do @class.newvalue(:foo) @property.should = :foo |
