summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs/data_handler/group_handler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/chef_fs/data_handler/group_handler_spec.rb')
-rw-r--r--spec/unit/chef_fs/data_handler/group_handler_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/chef_fs/data_handler/group_handler_spec.rb b/spec/unit/chef_fs/data_handler/group_handler_spec.rb
index 5f14646602..6e71fa3b10 100644
--- a/spec/unit/chef_fs/data_handler/group_handler_spec.rb
+++ b/spec/unit/chef_fs/data_handler/group_handler_spec.rb
@@ -38,7 +38,7 @@ describe Chef::ChefFS::DataHandler::GroupDataHandler do
{ 'name' => 'worker_bees',
'clients' => %w(honey sting),
'users' => %w(fizz buzz),
- 'actors' => %w(honey)
+ 'actors' => %w(honey),
}
end
@@ -46,11 +46,11 @@ describe Chef::ChefFS::DataHandler::GroupDataHandler do
{ 'actors' =>
{ 'users' => %w(fizz buzz),
'clients'=> %w(honey sting),
- 'groups'=> []
+ 'groups'=> [],
},
'groupname' => 'workers',
'name' => 'worker_bees',
- 'orgname' => 'hive'
+ 'orgname' => 'hive',
}
end