diff options
| author | Luke Kanies <luke@reductivelabs.com> | 2010-01-21 22:00:10 -0800 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | c8e89cc1a69ff5827ad40439a2c903c24ae42aba (patch) | |
| tree | dafcbf3de176245cf4728b5a7c54bca4ea8e5e42 /spec/integration/util | |
| parent | b7ea1806703df2976d5cd6fade5503c008332526 (diff) | |
| download | puppet-c8e89cc1a69ff5827ad40439a2c903c24ae42aba.tar.gz puppet-c8e89cc1a69ff5827ad40439a2c903c24ae42aba.tar.xz puppet-c8e89cc1a69ff5827ad40439a2c903c24ae42aba.zip | |
Changing the interface of Puppet::Resource
We need the ability to set the namespace and
environment at initialization so the resource
can look up qualified types.
Signed-off-by: Luke Kanies <luke@reductivelabs.com>
Diffstat (limited to 'spec/integration/util')
| -rwxr-xr-x | spec/integration/util/settings.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/integration/util/settings.rb b/spec/integration/util/settings.rb index 826bfc97e..536eab643 100755 --- a/spec/integration/util/settings.rb +++ b/spec/integration/util/settings.rb @@ -14,7 +14,6 @@ describe Puppet::Util::Settings do it "should be able to make needed directories" do settings = Puppet::Util::Settings.new settings.setdefaults :main, minimal_default_settings.update( :maindir => [tmpfile("main"), "a"] ) - settings.use(:main) File.should be_directory(settings[:maindir]) |
