aboutsummaryrefslogtreecommitdiff
blob: e9f1792be5340b25423cd8fb3a4f795d4a356a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# Wait for Elasticsearch to start up
sleep 30

#bundler install
bundle exec rake tmp:create RAILS_ENV=test
bundle exec rake assets:precompile RAILS_ENV=test
bundle exec rake kkuleomi:index:init RAILS_ENV=test
bundle exec rake kkuleomi:update:all RAILS_ENV=test

RAILS_ENV=test bundle exec rake test test/