Update Readme to include rspec instructions
Closed this issue · 1 comments
dcrissman commented
Would it be possible to add instructions for how to run the rspec tests for this project to the readme or another appropriate location?
brettporter commented
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.