|
@@ -240,7 +240,6 @@ test:integration:es_mysql:
|
|
|
- export ES_URL="http://localhost:9200"
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- - ruby -I test/ test/integration/elasticsearch_active_test.rb
|
|
|
- ruby -I test/ test/integration/elasticsearch_test.rb
|
|
|
- ruby -I test/ test/controllers/search_controller_test.rb
|
|
|
- ruby -I test/ test/integration/report_test.rb
|
|
@@ -260,7 +259,6 @@ test:integration:es_postgresql:
|
|
|
- export ES_URL="http://localhost:9200"
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- - ruby -I test/ test/integration/elasticsearch_active_test.rb
|
|
|
- ruby -I test/ test/integration/elasticsearch_test.rb
|
|
|
- ruby -I test/ test/controllers/search_controller_test.rb
|
|
|
- ruby -I test/ test/integration/report_test.rb
|