]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
add spec_helper
authorJonathan Boyett <jonathan@failingservers.com>
Wed, 15 Jun 2011 20:42:01 +0000 (13:42 -0700)
committerJonathan Boyett <jonathan@failingservers.com>
Wed, 15 Jun 2011 20:42:01 +0000 (13:42 -0700)
spec/spec_helper.rb [new file with mode: 0644]

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
new file mode 100644 (file)
index 0000000..16b27c0
--- /dev/null
@@ -0,0 +1,3 @@
+require 'rspec'
+require 'puppet'
+$LOAD_PATH.unshift('../../lib', __FILE__)