diff -r bfef1bf3bedd -r e4c393cebb1a plugins/redmine_bibliography/test/fixtures/authors.yml
--- a/plugins/redmine_bibliography/test/fixtures/authors.yml
+++ b/plugins/redmine_bibliography/test/fixtures/authors.yml
@@ -1,17 +1,18 @@
-# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
+# authors.yml
+---
 one:
   id: 1
-  user_id: 
-  name: MyString
+  user_id: 1
+  name:
 two:
   id: 2
-  user_id: 
-  name: MyString
-one:
+  user_id:
+  name:
+three:
   id: 3
-  user_id: 
-  name: MyString
-two:
+  user_id:
+  name:
+four:
   id: 4
-  user_id: 
-  name: MyString
+  user_id:
+  name:
