summaryrefslogtreecommitdiff
path: root/chef/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/spec/spec_helper.rb')
-rw-r--r--chef/spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/spec/spec_helper.rb b/chef/spec/spec_helper.rb
index bdc9a6c680..3bd53252ee 100644
--- a/chef/spec/spec_helper.rb
+++ b/chef/spec/spec_helper.rb
@@ -26,7 +26,7 @@ $:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
$:.unshift(File.join(File.dirname(__FILE__), "..", "..", "chef-server", "lib"))
require 'chef'
-require File.join(File.dirname(__FILE__), "/../lib/chef/util/fileedit")
+require File.join(File.dirname(__FILE__), "/../lib/chef/util/file_edit")
chef_lib_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
Dir[