summaryrefslogtreecommitdiff
path: root/spec/unit/resource/file_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/file_spec.rb')
-rw-r--r--spec/unit/resource/file_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource/file_spec.rb b/spec/unit/resource/file_spec.rb
index 9d2ee34aff..f2dea066ad 100644
--- a/spec/unit/resource/file_spec.rb
+++ b/spec/unit/resource/file_spec.rb
@@ -22,7 +22,7 @@ describe Chef::Resource::File do
let(:resource) { Chef::Resource::File.new("fakey_fakerton") }
- it "has a name" do
+ it "has a name property" do
expect(resource.name).to eql("fakey_fakerton")
end