diff options
author | Ethan Koenig <ethantkoenig@gmail.com> | 2017-01-09 13:26:05 -0500 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-01-09 21:49:51 +0100 |
commit | b316b2e7406c5011c37db8f1d0b542bae46762ba (patch) | |
tree | 4d7cbf7ce0e60bb1080e2cbc39ecb34b1761a1b5 /models/fixtures/notice.yml | |
parent | 97170916a3268c359476c00865c0369c9dc095bb (diff) | |
download | gitea-b316b2e7406c5011c37db8f1d0b542bae46762ba.tar.gz gitea-b316b2e7406c5011c37db8f1d0b542bae46762ba.zip |
Unit tests for models/admin
Diffstat (limited to 'models/fixtures/notice.yml')
-rw-r--r-- | models/fixtures/notice.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/models/fixtures/notice.yml b/models/fixtures/notice.yml new file mode 100644 index 0000000000..af08f07bfa --- /dev/null +++ b/models/fixtures/notice.yml @@ -0,0 +1,14 @@ +- + id: 1 + type: 1 # NoticeRepository + description: description1 + +- + id: 2 + type: 1 # NoticeRepository + description: description2 + +- + id: 3 + type: 1 # NoticeRepository + description: description3 |