summaryrefslogtreecommitdiffstats
path: root/spec/unit/type/host_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/type/host_spec.rb')
-rwxr-xr-xspec/unit/type/host_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/type/host_spec.rb b/spec/unit/type/host_spec.rb
index 145fb27ab..602c428af 100755
--- a/spec/unit/type/host_spec.rb
+++ b/spec/unit/type/host_spec.rb
@@ -34,7 +34,7 @@ describe host do
end
- describe "when validating values", :fails_on_windows => true do
+ describe "when validating values" do
it "should support present as a value for ensure" do
proc { @class.new(:name => "foo", :ensure => :present) }.should_not raise_error
end