summaryrefslogtreecommitdiff
path: root/spec/unit/win32/link_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/win32/link_spec.rb')
-rw-r--r--spec/unit/win32/link_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/win32/link_spec.rb b/spec/unit/win32/link_spec.rb
index 5f749c034e..08d5580518 100644
--- a/spec/unit/win32/link_spec.rb
+++ b/spec/unit/win32/link_spec.rb
@@ -16,7 +16,7 @@
#
require "spec_helper"
-if Chef::Platform.windows?
+if ChefHelpers.windows?
require "chef/win32/api/file"
require "chef/win32/file"
require "chef/win32/version"