diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2010-10-02 01:09:01 -0700 |
---|---|---|
committer | Jesse Wolfe <jes5199@gmail.com> | 2010-10-02 01:09:01 -0700 |
commit | 4dbff92f1cc1fa47167a4b4d8cf8ed9e4011cfc4 (patch) | |
tree | ca0545c0eab29122deec56901e6cd25d3c5c041d /spec/lib/puppet_spec/files.rb | |
parent | 3c34ea62687745156990f6d97460131b75e67c56 (diff) | |
parent | 2b50f30c703aca5c4f3e89961d64a94d886296bd (diff) | |
download | puppet-4dbff92f1cc1fa47167a4b4d8cf8ed9e4011cfc4.tar.gz puppet-4dbff92f1cc1fa47167a4b4d8cf8ed9e4011cfc4.tar.xz puppet-4dbff92f1cc1fa47167a4b4d8cf8ed9e4011cfc4.zip |
Partial merge to 2.6.2rc1 : Merge commit '2b50f30' into next
Commit 2b50f30 simplified and fixed bugs in code that had already been
modified extensively by 4da88fb and 6b1dd81. This merge resolution
commit is a manual replay of the changes from 2b50f30 onto next.
Manually Resolved Conflicts:
lib/puppet/parser/type_loader.rb
spec/unit/parser/type_loader_spec.rb
Diffstat (limited to 'spec/lib/puppet_spec/files.rb')
-rw-r--r-- | spec/lib/puppet_spec/files.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/puppet_spec/files.rb b/spec/lib/puppet_spec/files.rb index cab4a1e47..52ed903ec 100644 --- a/spec/lib/puppet_spec/files.rb +++ b/spec/lib/puppet_spec/files.rb @@ -1,4 +1,5 @@ require 'fileutils' +require 'tempfile' # A support module for testing files. module PuppetSpec::Files |