summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 91e0064..e6e9309 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,15 +2,6 @@ require 'puppet'
require 'rspec'
require 'rspec-puppet'
-#def param_value(subject, type, title, param)
-# subject.resource(type, title).send(:parameters)[param.to_sym]
-#end
-#
-#def verify_contents(subject, title, expected_lines)
-# content = subject.resource('file', title).send(:parameters)[:content]
-# (content.split("\n") & expected_lines).should == expected_lines
-#end
-
RSpec.configure do |c|
c.module_path = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures/modules/'))
# Using an empty site.pp file to avoid: https://github.com/rodjek/rspec-puppet/issues/15