th: maybe this was a good idea after all

lolsob-rspec
kouhai dev 2023-10-22 15:44:58 -07:00
parent b24d7bb6f2
commit e60d9bed75
1 changed files with 12 additions and 0 deletions

12
bin/test.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
set -eux
export NODE_ENV=production
export RAILS_ENV=production
bundle exec rake assets:clobber
bundle exec rake assets:precompile
export RAILS_ENV=test
bundle exec rake spec