summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs/file_system_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/chef_fs/file_system_spec.rb')
-rw-r--r--spec/unit/chef_fs/file_system_spec.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/unit/chef_fs/file_system_spec.rb b/spec/unit/chef_fs/file_system_spec.rb
index 75ca4d4be9..a765be61db 100644
--- a/spec/unit/chef_fs/file_system_spec.rb
+++ b/spec/unit/chef_fs/file_system_spec.rb
@@ -60,15 +60,15 @@ describe Chef::ChefFS::FileSystem do
:a => {
:aa => {
:c => '',
- :zz => ''
+ :zz => '',
},
:ab => {
- :c => '',
- }
+ :c => ''
+ },
},
:x => '',
- :y => {}
- })
+ :y => {},
+ },)
}
context 'list' do
it '/**' do