sparkles
Code
Branches
Tags
Commits
main
sparkles
/
bin
/
test
Top
1
#!/bin/sh
2
3
set -e
4
5
cd "$(dirname "$0")/.."
6
7
bundle exec rails test "$@"