maestrodev/puppet-maven

Update Readme to include rspec instructions

Closed this issue · 1 comments

Would it be possible to add instructions for how to run the rspec tests for this project to the readme or another appropriate location?

The directions were already there, but perhaps not called out clearly enough. I just clarified.

It's:

gem install bundler
bundle install
rake spec

After that, you only need to run the last one.