Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 343 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (21 loc) · 343 Bytes

Development

git clone https://github.com/education/teachers_pet.git
cd teachers_pet
bundle install
# then run actions using
bundle exec ./bin/COMMAND

Running tests

bundle
# then
bundle exec rspec
# or
bundle exec guard

To see test coverage information:

bundle exec rspec
open coverage/index.html