This project can be used as a template for the work we do in the apprenticeship program and Weirich. It is simply a Ruby project template with the rspec
and guard
gems.
- Clone the project
- Install Ruby using your package manager of choice (I like
asdf
, but use whatever) - Run
bundle install
- Run
bundle exec rspec spec
for a single run. - Run
bundle exec guard
to start the test watcher.