summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorsnehaldwivedi <sdwivedi@msystechnologies.com>2020-06-05 19:43:40 +0530
committersnehaldwivedi <sdwivedi@msystechnologies.com>2020-06-05 19:43:40 +0530
commit51180160fa9e9dce671d755abcbeb33c4c24879f (patch)
treed295c94ba898a6d600d41e0f69db4b859ad28c7e /spec/unit
parent40583f80216b569a8a0331b105d43cc51464882b (diff)
downloadchef-51180160fa9e9dce671d755abcbeb33c4c24879f.tar.gz
Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/data_bag_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/data_bag_spec.rb b/spec/unit/data_bag_spec.rb
index 82cf8e6fb4..7e5ef46d58 100644
--- a/spec/unit/data_bag_spec.rb
+++ b/spec/unit/data_bag_spec.rb
@@ -243,7 +243,7 @@ describe Chef::DataBag do
expect do
Chef::DataBag.load("foo")
- end.to raise_error Chef::Exceptions::InvalidDataBagPath, "Please create databag folder at '/var/chef/data_bags'"
+ end.to raise_error Chef::Exceptions::InvalidDataBagPath, "Data bag path '/var/chef/data_bags' not found. Please create this directory."
end
end