1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 22:21:26 +00:00

Added brakeman to running tests and added a silencer for secret key

This commit is contained in:
2018-05-03 17:17:38 +00:00
parent 6cb99c9de2
commit dd7e96a87a
2 changed files with 23 additions and 0 deletions

View File

@@ -3,4 +3,5 @@ project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
cd ${project_dir}
rake db:migrate RAILS_ENV=test
brakeman
rake test