TYPO: Missing comma
This commit is contained in:
parent
3c66e48573
commit
436ea982ae
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ task 'integration:create_fixtures' => :environment do
|
|||
topic: ["/t/280.json"],
|
||||
user: ["/users/eviltrout.json",
|
||||
"/user_actions.json",
|
||||
"/topics/created-by/eviltrout.json"]
|
||||
"/topics/created-by/eviltrout.json"],
|
||||
static: ["/faq", '/tos', '/privacy'],
|
||||
unknown: ['/404-body']
|
||||
}
|
||||
|
|
Reference in a new issue