mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
Add an integration test for the new Ember 404 route
This commit is contained in:
@@ -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 New Issue
Block a user