summaryrefslogtreecommitdiffstats
path: root/spec/unit
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-11-08 12:52:52 -0600
committerLuke Kanies <luke@madstop.com>2008-11-08 12:52:52 -0600
commitfe0b818c411344da894dc8d26787db8602f68c7a (patch)
tree0369146363b71d86c45a4b564b13e70b622f854f /spec/unit
parenteed37f7133a33577d1ebc8441db6090fb4c0b7f8 (diff)
Fixing tests broken by fileserving and other refactoring.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/unit')
-rwxr-xr-xspec/unit/property.rb5
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