summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2009-03-12 17:40:24 -0700
committerAdam Jacob <adam@hjksolutions.com>2009-03-12 17:40:24 -0700
commite5fdd8ab3aa158c9264ebc3fb5e61df1e99bc874 (patch)
tree74123d029657c25edfc2fa41412f34218913e04b /spec/spec_helper.rb
downloadmixlib-cli-e5fdd8ab3aa158c9264ebc3fb5e61df1e99bc874.tar.gz
Initial commit
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
new file mode 100644
index 0000000..29936df
--- /dev/null
+++ b/spec/spec_helper.rb
@@ -0,0 +1,9 @@
+$TESTING=true
+$:.push File.join(File.dirname(__FILE__), '..', 'lib')
+
+require 'mixlib/cli'
+
+class TestCLI
+ include Mixlib::CLI
+end
+