diff options
author | danielsdeleo <dan@opscode.com> | 2013-05-27 11:15:01 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-05-29 11:32:22 -0700 |
commit | ca4cd1f830fae2fac3e2c18bbd2693b0caddcb33 (patch) | |
tree | 705a53ee2a2fd379096a8a15ebd6c070a7667639 /spec/data | |
parent | 00de51bb552ea2e613afec4825277b855775b71e (diff) | |
download | chef-ca4cd1f830fae2fac3e2c18bbd2693b0caddcb33.tar.gz |
Pass template extensions through to partials
- move the new TemplateContext code into mixin/template and consolidate
with ChefContext
- Copy extension modules from parent template to partial template.
- Functional tests for helpers with partials.
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/cookbooks/openldap/templates/default/helpers_via_partial_test.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/data/cookbooks/openldap/templates/default/helpers_via_partial_test.erb b/spec/data/cookbooks/openldap/templates/default/helpers_via_partial_test.erb new file mode 100644 index 0000000000..f94b6b5979 --- /dev/null +++ b/spec/data/cookbooks/openldap/templates/default/helpers_via_partial_test.erb @@ -0,0 +1 @@ +<%= render("helper_test.erb").strip %> |