]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/changeset_comments.yml
Replace changeset_comments fixtures with a factory.
[rails.git] / test / fixtures / changeset_comments.yml
diff --git a/test/fixtures/changeset_comments.yml b/test/fixtures/changeset_comments.yml
deleted file mode 100644 (file)
index cd7076f..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-normal_comment_1:
-  id: 1
-  changeset_id: 3
-  created_at: 2007-01-01 00:00:00
-  author_id: 1
-  body: 'A comment from a logged-in user'
-  visible: true
-
-normal_comment_2:
-  id: 2
-  changeset_id: 3
-  created_at: 2007-02-01 00:00:00
-  author_id: 4
-  body: 'A comment from another logged-in user'
-  visible: true
-
-normal_comment_3:
-  id: 4
-  changeset_id: 3
-  created_at: 2007-02-01 00:00:00
-  author_id: 4
-  body: 'A comment from another logged-in user'
-  visible: true
-
-hidden_comment:
-  id: 3
-  changeset_id: 3
-  created_at: 2007-02-01 00:00:00
-  author_id: 4
-  body: 'A non-visible comment'
-  visible: false
\ No newline at end of file