summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2013-07-13 14:18:28 -0700
committerAaron Stone <aaron@serendipity.cx>2013-07-13 14:18:28 -0700
commit95ed80c337b76505e534cb357059146d07628af6 (patch)
tree124e790ad5170517b0b0f9199d2863f0da05a3fc /spec
parent2c81045b533150e8963384a2e812f57e9bfde134 (diff)
Fix mocha for specs
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 3bac650..396c6a4 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,7 +3,7 @@ dir = Pathname.new(__FILE__).parent
$LOAD_PATH.unshift(dir, dir + 'lib', dir + '../lib')
require 'test/unit'
-require 'mocha'
+require 'mocha/setup'
require 'puppet'
gem 'rspec', '>= 1.2.9'
require 'spec/autorun'