Changed rest-api-spec tests folder structure

This commit is contained in:
Ali Beyad 2016-09-12 16:05:36 -04:00
parent bd2de367cc
commit 0b3eb11712
4 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@
* under the License.
*/
import org.elasticsearch.gradle.test.NodeInfo
import org.elasticsearch.gradle.test.RestIntegTestTask
apply plugin: 'elasticsearch.standalone-test'

View File

@ -1,7 +1,7 @@
---
"Index data and search on the old cluster":
- do:
bulk:
- do:
bulk:
refresh: true
body:
- '{"index": {"_index": "test_index", "_type": "test_type"}}'