summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Cragun <me@ryan.ec>2014-11-03 17:46:32 -0800
committerRyan Cragun <me@ryan.ec>2014-11-19 08:58:53 -0800
commite7d1eceb754c10216957cb7feeb223828560b665 (patch)
tree0314afc88bb0f29b15c5cff8096d35be5e2e59df /lib
parentc6f1013266907a49efd23c2c5959668d09e60307 (diff)
downloadchef-e7d1eceb754c10216957cb7feeb223828560b665.tar.gz
Add unit test for group normalization in ChefFS
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/chef_fs/data_handler/group_data_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/data_handler/group_data_handler.rb b/lib/chef/chef_fs/data_handler/group_data_handler.rb
index 19bd1b8712..1a36c66eb8 100644
--- a/lib/chef/chef_fs/data_handler/group_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/group_data_handler.rb
@@ -40,7 +40,7 @@ class Chef
normalize_for_put(group, entry)
end
- def preserve_key(key)
+ def preserve_key?(key)
return key == 'name'
end