summaryrefslogtreecommitdiff
path: root/program/fixtures/rrules.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'program/fixtures/rrules.yaml')
-rw-r--r--program/fixtures/rrules.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/program/fixtures/rrules.yaml b/program/fixtures/rrules.yaml
deleted file mode 100644
index 4095e07..0000000
--- a/program/fixtures/rrules.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-- model: program.rrule
- pk: 1
- fields:
- name: einmalig
- freq: 0
- count: 1
-- model: program.rrule
- pk: 2
- fields:
- name: täglich
- freq: 3
-- model: program.rrule
- pk: 3
- fields:
- name: wöchentlich
- freq: 2
- interval: 1
-- model: program.rrule
- pk: 4
- fields:
- name: zweiwöchentlich
- freq: 2
- interval: 2
-- model: program.rrule
- pk: 5
- fields:
- name: vierwöchentlich
- freq: 2
- interval: 4 \ No newline at end of file