summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2010-05-03 18:36:56 +0200
committerTobias Heinlein <keytoaster@gentoo.org>2010-05-03 18:36:56 +0200
commit8413a41c4a1b735c4a6b92200c3c0432583ccf96 (patch)
tree43d2aeccf15cf39bc1aac862261d39eed7ddf7ab /test
parentrake rails:update to 2.3.5 (diff)
downloadglsamaker-8413a41c4a1b735c4a6b92200c3c0432583ccf96.tar.gz
glsamaker-8413a41c4a1b735c4a6b92200c3c0432583ccf96.tar.bz2
glsamaker-8413a41c4a1b735c4a6b92200c3c0432583ccf96.zip
Remove stale fixtures.
Removed stuff that shouldn't have existed since 400db28. These caused unit tests to fail.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/permissions.yml9
-rw-r--r--test/fixtures/permissions_users.yml4
2 files changed, 0 insertions, 13 deletions
diff --git a/test/fixtures/permissions.yml b/test/fixtures/permissions.yml
deleted file mode 100644
index 14a57dc..0000000
--- a/test/fixtures/permissions.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-file_draft:
- id: 1
- name: file_glsa_draft
- title: File a new GLSA draft
-
-add_comment:
- id: 2
- name: add_comment
- title: Comment on GLSA drafts \ No newline at end of file
diff --git a/test/fixtures/permissions_users.yml b/test/fixtures/permissions_users.yml
deleted file mode 100644
index baaa71e..0000000
--- a/test/fixtures/permissions_users.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-test_perm_user:
- id: 1
- user_id: 1
- permission_id: 1 \ No newline at end of file