Hi folks,

I've bravely stepped out into the world of writing tests for my Puppet
modules to ensure code quality.  Have run into an issue.  My
spec/spec_helper.rb has one line.

require 'puppetlabs_spec_helper/module_spec_helper'

I run "rake spec" and this happens:

spec/spec_helper.rb:1:in `require': no such file to load --
puppetlabs_spec_helper/module_spec_helper (LoadError)
        from /home/pb869e/src/pb869e-attbind/spec/spec_helper.rb:1
        -- and more---

I did a " find /usr -name  module_spec_helper.rb " and it shows up here:
/usr/lib/ruby/gems/1.8/gems/puppetlabs_spec_helper-0.10.3/lib/puppetlabs_spec_helper/module_spec_helper.rb

so why isn't it loading?

thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAArvnv2-4L5qM4iLvNmnjXEAKs2Xi79SJDxqwmWOfKZj-%2BCPeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to