hubspotdevops / puppet-nexus

Puppet module for Sonatype Nexus
MIT License
24 stars 92 forks source link

Tests not passing?? #72

Closed peterabbott closed 8 years ago

peterabbott commented 8 years ago

Just wanted to check if you run the spec tests, do they pass. Locally and on Travis I am getting lots of test failures. Just want to rule out my environment setup. Looks like the tests are not inline with what the code is doing??

Here is a sample of what I see https://travis-ci.org/peterabbott/puppet-nexus/jobs/155485350

gbloquel commented 8 years ago

You are right, I had the same trouble as you. I have fixed them into the pull request#76.

kenbreeman commented 8 years ago

should be fixed now: https://github.com/hubspotdevops/puppet-nexus/pull/76

gbloquel commented 8 years ago

In the #76 I have created the configuration for Travis. Could you create an account on Travis and link this repository? Once done you can add a build status into the readme.md. see https://docs.travis-ci.com/user/status-images/ for detail. Thanks to that you will see if your tests and syntax are OK after each new push.

kenbreeman commented 8 years ago

Added