summaryrefslogtreecommitdiff
path: root/spec/unit/provider
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-03-12 15:21:59 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-08-18 12:03:21 -0700
commit6b4713081fcccede0c9857987e9e3fd47d94c14d (patch)
treec10ca0d035061edee5b3c39fd9e3ae8377fa7781 /spec/unit/provider
parent63a2d95003bc062d251d453d63ab1c5d91cbdb06 (diff)
downloadchef-6b4713081fcccede0c9857987e9e3fd47d94c14d.tar.gz
PR feedback
Diffstat (limited to 'spec/unit/provider')
-rw-r--r--spec/unit/provider/template/content_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/template/content_spec.rb b/spec/unit/provider/template/content_spec.rb
index ef7419d9b8..3d6e822c00 100644
--- a/spec/unit/provider/template/content_spec.rb
+++ b/spec/unit/provider/template/content_spec.rb
@@ -97,7 +97,7 @@ describe Chef::Provider::Template::Content do
end
it "creates the template with the rendered content" do
- IO.read(content.tempfile.path).should == <<EOF
+ expect(IO.read(content.tempfile.path)).to eql <<EOF
openldap
default
#{CHEF_SPEC_DATA}/cookbooks/openldap/recipes/default.rb:2:in `from_file'