Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=787350
Russell Harrison fedora@russellharrison.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@russellharrison.com
--- Comment #11 from Russell Harrison fedora@russellharrison.com --- (In reply to comment #10)
As Vit points out, the specs are runnable with the puppetlabs_spec_helper Gem, so I would advise to first package that one. As mentioned in Comment 6, it is also needed to do "require 'rspec-puppet'", e.g. this Gem won't work without it. So please first package puppetlabs_spec_helper.
This is where things get entertaining. From puppetlabs_spec_helper.gemspec :
s.add_dependency(%q<rspec-puppet>, [">= 0.1.1"])
So in order to install puppetlabs_spec_helper rspec-puppet needs to already be there. However to actually run rspec-puppet you need puppetlabs_spec_helper...
https://github.com/rodjek/rspec-puppet/issues/56
Is this a full stop issue until upstream sorts things out?