hubspotdevops / puppet-nexus

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

Adds Beaker acceptance tests #60

Closed petems closed 8 years ago

petems commented 8 years ago

Allows acceptance testing of changes.

To try:

bundle install
bundle exec rspec spec/acceptance/class_spec.rb

Requires vagrant and virtualbox be setup

pranav commented 8 years ago

Sweet, thanks!