summaryrefslogtreecommitdiff
path: root/spec/unit/puppet/provider/vcsrepo/cvs_spec.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/unit/puppet/provider/vcsrepo/cvs_spec.rb
parentcb791664568ba4093ab296de190ed470124d1f54 (diff)
Get the specs running under bundler.
Diffstat (limited to 'spec/unit/puppet/provider/vcsrepo/cvs_spec.rb')
-rw-r--r--spec/unit/puppet/provider/vcsrepo/cvs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/puppet/provider/vcsrepo/cvs_spec.rb b/spec/unit/puppet/provider/vcsrepo/cvs_spec.rb
index cc195eb..7c26952 100644
--- a/spec/unit/puppet/provider/vcsrepo/cvs_spec.rb
+++ b/spec/unit/puppet/provider/vcsrepo/cvs_spec.rb
@@ -1,4 +1,4 @@
-require 'pathname'; Pathname.new(__FILE__).realpath.ascend { |x| begin; require (x + 'spec_helper.rb'); break; rescue LoadError; end }
+require 'spec_helper'
describe_provider :vcsrepo, :cvs, :resource => {:path => '/tmp/vcsrepo'} do