summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs/config_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/chef_fs/config_spec.rb')
-rw-r--r--spec/unit/chef_fs/config_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/chef_fs/config_spec.rb b/spec/unit/chef_fs/config_spec.rb
index c126d05c93..2f65b6db94 100644
--- a/spec/unit/chef_fs/config_spec.rb
+++ b/spec/unit/chef_fs/config_spec.rb
@@ -71,7 +71,7 @@ describe Chef::ChefFS::Config do
},)
end
- let(:chef_fs_config) { Chef::ChefFS::Config.new(chef_config, Dir.pwd) }
+ let(:chef_fs_config) { Chef::ChefFS::Config.new(chef_config, Dir.pwd) }
subject(:local_fs) { chef_fs_config.local_fs }