Add an integration test for the new Ember 404 route
This commit is contained in:
parent
f50039b48b
commit
0528b408a3
3 changed files with 12 additions and 1 deletions
|
@ -14,7 +14,8 @@ task 'integration:create_fixtures' => :environment do
|
|||
"/user_actions.json?offset=0&username=eviltrout&filter=1",
|
||||
"/user_actions.json?offset=0&username=eviltrout&filter=2",
|
||||
"/user_actions.json?offset=0&username=eviltrout&filter=11"],
|
||||
static: ["/faq", '/tos', '/privacy']
|
||||
static: ["/faq", '/tos', '/privacy'],
|
||||
unknown: ['/404-body']
|
||||
}
|
||||
|
||||
fixtures.each do |type, urls|
|
||||
|
|
Reference in a new issue