diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-06 16:54:20 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-06 16:54:20 -0700 |
commit | bed3ecfb36c61ec78b93155ad4ae3f3a01a2f57f (patch) | |
tree | 9cb0c8fd6f4bdf274a5d3d07be8d2c07b773e3f4 /spec/support | |
parent | b39cf567a0e39c989c85bfc92b5352a655eeac05 (diff) | |
download | chef-bed3ecfb36c61ec78b93155ad4ae3f3a01a2f57f.tar.gz |
Align all our comments with the code
Autocorrected with chefstyle after enabling that cop. It was very hard to read some complex autocorrected blocks w/o this.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/shared/functional/file_resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/functional/file_resource.rb b/spec/support/shared/functional/file_resource.rb index ac37e2c735..7547d119bb 100644 --- a/spec/support/shared/functional/file_resource.rb +++ b/spec/support/shared/functional/file_resource.rb @@ -370,7 +370,7 @@ shared_examples_for "a configured file resource" do Chef::Config[:ssl_verify_mode] = :verify_none end - # note the stripping of the drive letter from the tmpdir on windows + # note the stripping of the drive letter from the tmpdir on windows let(:backup_glob) { File.join(CHEF_SPEC_BACKUP_PATH, test_file_dir.sub(/^([A-Za-z]:)/, ""), "#{file_base}*") } # Most tests update the resource, but a few do not. We need to test that the |