Skip to content

Commit

Permalink
Merge pull request #63 from silvolu/master
Browse files Browse the repository at this point in the history
FIX(datastore regression tests): add missing index.yaml
  • Loading branch information
Burcu Dogan committed Jul 29, 2014
2 parents 29ac7a8 + f076e3c commit 1bf92e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions regression/data/index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
indexes:

- kind: Character
properties:
- name: family
- name: appearances

- kind: Character
properties:
- name: name
- name: family

0 comments on commit 1bf92e9

Please sign in to comment.