git clone https://github.com/education/teachers_pet.git
cd teachers_pet
bundle install
# then run actions using
bundle exec ./bin/COMMAND
bundle
# then
bundle exec rspec
# or
bundle exec guard
To see test coverage information:
bundle exec rspec
open coverage/index.html