summaryrefslogtreecommitdiff
path: root/spec/support/matchers/leak.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/leak.rb')
-rw-r--r--spec/support/matchers/leak.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/leak.rb b/spec/support/matchers/leak.rb
index eb80fcd492..908770f042 100644
--- a/spec/support/matchers/leak.rb
+++ b/spec/support/matchers/leak.rb
@@ -60,7 +60,7 @@ module Matchers
def profiler
@profiler ||= begin
if Chef::Platform.windows?
- require File.join(File.dirname(__FILE__), '..', 'prof', 'win32')
+ require File.join(File.dirname(__FILE__), '..', 'platforms', 'prof', 'win32')
RSpec::Prof::Win32::Profiler.new
else
require File.join(File.dirname(__FILE__), '..', 'prof', 'gc')