fix a few places we were using /category vs /c
This commit is contained in:
parent
74e8ca2a4f
commit
86c13ada44
4 changed files with 5 additions and 5 deletions
lib/tasks
|
@ -4,7 +4,7 @@ desc 'Creates the integration fixtures. Requires a development instance running.
|
|||
task 'integration:create_fixtures' => :environment do
|
||||
|
||||
fixtures = {
|
||||
discovery: ["/latest.json", "/categories.json", "/category/bug/l/latest.json"],
|
||||
discovery: ["/latest.json", "/categories.json", "/c/bug/l/latest.json"],
|
||||
topic: ["/t/280.json"],
|
||||
user: ["/users/eviltrout.json",
|
||||
"/user_actions.json",
|
||||
|
|
Reference in a new issue