Add RSpec to the commit hook

This commit is contained in:
Emi Matchu 2024-10-24 15:22:39 -07:00
parent b1890d4f6f
commit 044dface14

View file

@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn lint --max-warnings=0 --fix && bin/rails test
# Run the linter, and all our tests.
yarn lint --max-warnings=0 --fix && bin/rake test spec