spec/unit/resource/file_spec.rb in chef-11.4.4 vs spec/unit/resource/file_spec.rb in chef-11.6.0.hotfix.1
- old
+ new
@@ -93,14 +93,9 @@
state[:mode].should == "0644"
state[:checksum].should == "1" * 64
end
end
- context "on windows", :windows_only do
- # according to Chef::Resource::File, windows state attributes are rights + deny_rights
- pending "it describes its state"
- end
-
it "returns the file path as its identity" do
@resource.identity.should == "/tmp/foo.txt"
end
end