summaryrefslogtreecommitdiff
path: root/spec/functional/resource/package_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/resource/package_spec.rb')
-rw-r--r--spec/functional/resource/package_spec.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/functional/resource/package_spec.rb b/spec/functional/resource/package_spec.rb
index 98336d81b6..b5f8e5dc66 100644
--- a/spec/functional/resource/package_spec.rb
+++ b/spec/functional/resource/package_spec.rb
@@ -265,7 +265,7 @@ describe Chef::Resource::Package, metadata do
end
- context "with a preseed template is specified" do
+ context "with a preseed template" do
let(:package_resource) do
r = base_resource
@@ -279,9 +279,6 @@ describe Chef::Resource::Package, metadata do
end
it "preseeds the package, then installs it" do
- pending("CHEF-4406")
- Chef::Log.init(STDERR)
- Chef::Log.level = :debug
package_resource.run_action(:install)
cmd = shell_out!("debconf-show chef-integration-test")
cmd.stdout.should include('chef-integration-test/sample-var: "FROM TEMPLATE"')