https://bugzilla.redhat.com/show_bug.cgi?id=787350
--- Comment #8 from Vít Ondruch vondruch@redhat.com --- The test suite pases for me:
$ rspec /usr/share/rubygems/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead. Mocha deprecation warning: Test::Unit or MiniTest must be loaded *before* Mocha. Mocha deprecation warning: If you're integrating with another test library, you should probably require 'mocha_standalone' instead of 'mocha' .......................
Finished in 0.69772 seconds 23 examples, 0 failures
However, I had to install the puppet_labs_helper which pulled in other dependencies:
$ gem list
*** LOCAL GEMS ***
bigdecimal (1.1.0) diff-lcs (1.1.3) io-console (0.3) json (1.6.5) metaclass (0.0.1) mocha (0.12.6) puppetlabs_spec_helper (0.3.0) rake (0.9.2.2) rdoc (3.12) rspec (2.11.0, 2.8.0) rspec-core (2.11.1, 2.8.0) rspec-expectations (2.11.3, 2.8.0) rspec-mocks (2.11.3, 2.8.0) rspec-puppet (0.1.5)
So there is a chance that the test suite will run as soon as the dependencies will be available.