diff options
author | Aaron Stone <aaron@serendipity.cx> | 2013-07-13 14:18:28 -0700 |
---|---|---|
committer | Aaron Stone <aaron@serendipity.cx> | 2013-07-13 14:18:28 -0700 |
commit | 95ed80c337b76505e534cb357059146d07628af6 (patch) | |
tree | 124e790ad5170517b0b0f9199d2863f0da05a3fc /spec | |
parent | 2c81045b533150e8963384a2e812f57e9bfde134 (diff) | |
download | puppet-vcsrepo-95ed80c337b76505e534cb357059146d07628af6.tar.gz puppet-vcsrepo-95ed80c337b76505e534cb357059146d07628af6.tar.bz2 |
Fix mocha for specs
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper.rb | 2 |
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' |