Add an integration test for the new Ember 404 route

This commit is contained in:
Robin Ward 2014-04-29 15:29:01 -04:00
commit 0528b408a3
3 changed files with 12 additions and 1 deletions

View file

@ -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|