summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2013-10-13 19:00:48 +0200
committerTomas Barton <barton.tomas@gmail.com>2013-10-13 19:00:48 +0200
commitdcea01c89c802c4055e2e99a4ed17576a4c5581b (patch)
treee09667e3cf845d93e2262b5cab01dd024df4ed90 /spec
parentc5f36700d044fbdf61b17e105bddd2147ff22f29 (diff)
linking current directory to fixtures
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 7269ae5..70ab1fb 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,5 @@
require 'puppetlabs_spec_helper/module_spec_helper'
-require 'rspec-puppet'
-
fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures'))
RSpec.configure do |c|