summaryrefslogtreecommitdiff
path: root/chef/spec/spec_helper.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-01-04 14:33:08 -0800
committerAdam Jacob <adam@opscode.com>2010-01-04 14:33:08 -0800
commit07b0fdf375fbaaa4af0ec9442fecdb8827bd5298 (patch)
treee0347fc775ed514741b3fb92bdf8b2a03590c6d1 /chef/spec/spec_helper.rb
parentc91f6e77a5f52867b8a9eced1b03ee7147e3f096 (diff)
downloadchef-07b0fdf375fbaaa4af0ec9442fecdb8827bd5298.tar.gz
Should be file_edit, not fileedit
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[