mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove the irrelevant fixture added in fe6ffce51d
This commit is contained in:
parent
fe6ffce51d
commit
617ad23574
1 changed files with 0 additions and 8 deletions
8
actionpack/test/fixtures/replies.yml
vendored
8
actionpack/test/fixtures/replies.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue