summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Nordsieck <theo@opscode.com>2013-08-05 14:47:11 -0700
committerTheodore Nordsieck <theo@opscode.com>2013-08-08 16:12:32 -0700
commit82fe31bc5638638b86b9c3d80c485b126f1016ca (patch)
tree90e97b8fbeb79fc8797b350a2b50c5ff96466295
parent47f6543a5c36b2dcc9d1b1d04654d927a601a4be (diff)
downloadohai-82fe31bc5638638b86b9c3d80c485b126f1016ca.tar.gz
moved grab_data to the bin directory
-rw-r--r--bin/grab_data.rb (renamed from spec/unit/path/grab_data.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/path/grab_data.rb b/bin/grab_data.rb
index 2ecc0f64..60039a58 100644
--- a/spec/unit/path/grab_data.rb
+++ b/bin/grab_data.rb
@@ -30,7 +30,7 @@ require 'set'
require 'mixlib/shellout'
require 'mixlib/cli'
require 'optparse'
-require File.expand_path(File.dirname(__FILE__) + '/ohai_plugin_common.rb')
+require File.expand_path(File.dirname(__FILE__) + '/../spec/unit/path/ohai_plugin_common.rb')
#get options
class MyCLI