diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/fixtures/replies.yml | 8 |
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 |