summaryrefslogtreecommitdiff
path: root/spec/unit/confine
AgeCommit message (Collapse)AuthorFilesLines
2014-01-06(PUP-716) Change Puppet::FileSystem::File to module methodsHenrik Lindberg1-5/+5
This changes the API in a new implementation in a file called file_.rb The intent is that it should replace the implemntation in File, or perhaps directly in a Puppet::FileSystem class.
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown1-5/+5
- All previous File and FileTest calls to exist? or exists? go through the new FileSystem::File abstraction so that the implementation can later be swapped for a Windows specific one to support symlinks
2013-10-11(#22849) Move Confine out of ProviderPatrick Carlisle5-0/+347
Having Confine inside the Provider namespace was causing dependency cycles that made it impossible to add msgpack support properly