add executable

This commit is contained in:
Seth Call 2021-02-14 12:10:55 -06:00
parent 13b230a247
commit ad2f29fe01
1 changed files with 11 additions and 0 deletions

11
web/bin/test Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# Known good tests as we build back up test suite
tests=(
"spec/features/signup_spec.rb"
"spec/features/signin_spec.rb"
)
bundle exec rspec ${tests[@]}