aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-24 18:22:17 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-24 18:22:17 +0000
commit617ad23574770310fd037529af3d4bd7e722f72a (patch)
tree9cf0d54dd8fb297f7f1fb2ac6c0cbc9bb7b64956 /actionpack/test
parentfe6ffce51dc16285094be49244b26591956c2dd6 (diff)
downloadrails-617ad23574770310fd037529af3d4bd7e722f72a.tar.gz
rails-617ad23574770310fd037529af3d4bd7e722f72a.tar.bz2
rails-617ad23574770310fd037529af3d4bd7e722f72a.zip
Remove the irrelevant fixture added in fe6ffce51dc16285094be49244b26591956c2dd6
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/fixtures/replies.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/test/fixtures/replies.yml b/actionpack/test/fixtures/replies.yml
index 2022523eac..66020b706a 100644
--- a/actionpack/test/fixtures/replies.yml
+++ b/actionpack/test/fixtures/replies.yml
@@ -13,11 +13,3 @@ another:
content: Nuh uh!
created_at: <%= 1.hour.ago.to_s(:db) %>
updated_at: nil
-
-best_reply:
- id: 3
- topic_id: 3
- developer_id: 2
- content: No one can know
- created_at: <%= 5.hours.ago.to_s(:db) %>
- updated_at: nil