summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-07-02 10:36:46 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-07-02 10:36:46 -0700
commit865b2aac61aea10db31bae7dcedd6146c9526f74 (patch)
tree5e144fc3981bc1101ded5cf3f78a90d208cfde6d /spec/unit/chef_fs
parentf2232a71362244747949efe9ac30a7bb410626e4 (diff)
downloadchef-865b2aac61aea10db31bae7dcedd6146c9526f74.tar.gz
fix Style/TrailingCommaInHashLiteral
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/unit/chef_fs')
-rw-r--r--spec/unit/chef_fs/data_handler/data_handler_base_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/chef_fs/data_handler/data_handler_base_spec.rb b/spec/unit/chef_fs/data_handler/data_handler_base_spec.rb
index a5d177c878..b4cb5a33f2 100644
--- a/spec/unit/chef_fs/data_handler/data_handler_base_spec.rb
+++ b/spec/unit/chef_fs/data_handler/data_handler_base_spec.rb
@@ -25,7 +25,7 @@ describe Chef::ChefFS::DataHandler::DataHandlerBase do
{ "name" => "grizzly",
"gender" => "female",
"age" => 3,
- "food" => "honey"
+ "food" => "honey",
}
end
@@ -33,7 +33,7 @@ describe Chef::ChefFS::DataHandler::DataHandlerBase do
{ "family" => "ursidae",
"hibernate" => true,
"food" => "berries",
- "avg_lifespan_years" => 22
+ "avg_lifespan_years" => 22,
}
end
@@ -44,7 +44,7 @@ describe Chef::ChefFS::DataHandler::DataHandlerBase do
"hibernate" => true,
"avg_lifespan_years" => 22,
"age" => 3,
- "food" => "honey"
+ "food" => "honey",
}
end