1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +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 533f0e0890
commit 5bd97b923a
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