summaryrefslogtreecommitdiff
path: root/spec/functional/resource/windows_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/resource/windows_service_spec.rb')
-rw-r--r--spec/functional/resource/windows_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/windows_service_spec.rb b/spec/functional/resource/windows_service_spec.rb
index 80faaece34..9353e92c24 100644
--- a/spec/functional/resource/windows_service_spec.rb
+++ b/spec/functional/resource/windows_service_spec.rb
@@ -68,7 +68,7 @@ describe Chef::Resource::WindowsService, :windows_only, :system_windows_service_
# the service executable has to be outside the current user's home
# directory in order for the logon user to execute it.
- FileUtils::copy_file(test_service[:service_file_path], global_service_file_path)
+ FileUtils.copy_file(test_service[:service_file_path], global_service_file_path)
# if you don't make the file executable by the service user, you'll get
# the not-very-helpful "service did not respond fast enough" error.