summaryrefslogtreecommitdiff
path: root/spec/unit/mixin/template_spec.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-03-20 15:13:05 -0700
committerLamont Granquist <lamont@opscode.com>2013-03-20 15:13:05 -0700
commit7655abea85be5731aa872489ee9561c69f7be0be (patch)
treea30da1e7a2c3a5d940d9fc3934d96f4d3b557971 /spec/unit/mixin/template_spec.rb
parentde0452180a1464d4a74992e0f9a83733ff4d8da2 (diff)
downloadchef-7655abea85be5731aa872489ee9561c69f7be0be.tar.gz
locate objects closer to their primary concerns
Diffstat (limited to 'spec/unit/mixin/template_spec.rb')
-rw-r--r--spec/unit/mixin/template_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/mixin/template_spec.rb b/spec/unit/mixin/template_spec.rb
index e86adcc9d8..bded4a697c 100644
--- a/spec/unit/mixin/template_spec.rb
+++ b/spec/unit/mixin/template_spec.rb
@@ -62,7 +62,7 @@ describe Chef::Mixin::Template, "render_template" do
@resource.cookbook_name = 'openldap'
@current_resource = @resource.dup
- @content_provider = Chef::Provider::File::Content::Template.new(@resource, @current_resource, @run_context)
+ @content_provider = Chef::Provider::Template::Content.new(@resource, @current_resource, @run_context)
@template_context = {}
@template_context[:node] = @node