From 8ec0cae371a0b392b81bf34d5ee849c233ebbf65 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 13 Dec 2016 17:36:40 +0100 Subject: Rename schema.yaml to settings.yaml --- tests/data/wrong/schema.yaml | 12 ------------ tests/data/wrong/settings.yaml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 tests/data/wrong/schema.yaml create mode 100644 tests/data/wrong/settings.yaml (limited to 'tests/data/wrong') diff --git a/tests/data/wrong/schema.yaml b/tests/data/wrong/schema.yaml deleted file mode 100644 index 56031e4..0000000 --- a/tests/data/wrong/schema.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: "Lesana collection with certain errors" -lang: 'somethingish' -fields: - - name: name - type: string - index: free - - name: description - type: text - index: free - - name: position - type: string - index: facet diff --git a/tests/data/wrong/settings.yaml b/tests/data/wrong/settings.yaml new file mode 100644 index 0000000..56031e4 --- /dev/null +++ b/tests/data/wrong/settings.yaml @@ -0,0 +1,12 @@ +name: "Lesana collection with certain errors" +lang: 'somethingish' +fields: + - name: name + type: string + index: free + - name: description + type: text + index: free + - name: position + type: string + index: facet -- cgit v1.2.3