summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2012-10-18 22:01:46 -0700
committerAaron Stone <aaron@serendipity.cx>2012-10-18 22:01:46 -0700
commitf373a8b78935b0ee1005df0ead235d76a79178c5 (patch)
tree23b18f1fa326265b49c503bd396a8a31f918ade2 /spec/spec_helper.rb
parentcb791664568ba4093ab296de190ed470124d1f54 (diff)
Get the specs running under bundler.
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 95e5d6e..3bac650 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,6 +2,7 @@ require 'pathname'
dir = Pathname.new(__FILE__).parent
$LOAD_PATH.unshift(dir, dir + 'lib', dir + '../lib')
+require 'test/unit'
require 'mocha'
require 'puppet'
gem 'rspec', '>= 1.2.9'