th: maybe this was a good idea after all
This commit is contained in:
parent
b24d7bb6f2
commit
e60d9bed75
1 changed files with 12 additions and 0 deletions
12
bin/test.sh
Normal file
12
bin/test.sh
Normal 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
|
Loading…
Reference in a new issue