summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs/path_util_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/chef_fs/path_util_spec.rb')
-rw-r--r--spec/unit/chef_fs/path_util_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/chef_fs/path_util_spec.rb b/spec/unit/chef_fs/path_util_spec.rb
index 823f7c393c..93205a1815 100644
--- a/spec/unit/chef_fs/path_util_spec.rb
+++ b/spec/unit/chef_fs/path_util_spec.rb
@@ -69,7 +69,7 @@ describe Chef::ChefFS::PathUtils do
end
it "handles paths with .. and ." do
- expect(Chef::ChefFS::PathUtils.realest_path(good_path+"/../.")).to eq(File.expand_path(parent_path))
+ expect(Chef::ChefFS::PathUtils.realest_path(good_path + "/../.")).to eq(File.expand_path(parent_path))
end
it "handles paths with *" do