diff --git a/test/fixtures/promises/app.coffee b/test/fixtures/promises/app.coffee index 589ed15..17af22d 100644 --- a/test/fixtures/promises/app.coffee +++ b/test/fixtures/promises/app.coffee @@ -3,12 +3,12 @@ W = require 'when' config = redirects: [ + '/ecommerce /closed 404' '/* /index.html 200' '/news /blog 301' '/news/:year/:month:/:date/:slug /blog/:year/:month/:date/:story_id 301' '/news/* /blog/:splat 301' '/temp_redirect / 302' - '/ecommerce /closed 404' ] headers: '/protected/path': diff --git a/test/fixtures/promises/expected/_redirects b/test/fixtures/promises/expected/_redirects index f06066a..321f8db 100644 --- a/test/fixtures/promises/expected/_redirects +++ b/test/fixtures/promises/expected/_redirects @@ -1,6 +1,6 @@ +/ecommerce /closed 404 /* /index.html 200 /news /blog 301 /news/:year/:month:/:date/:slug /blog/:year/:month/:date/:story_id 301 /news/* /blog/:splat 301 /temp_redirect / 302 -/ecommerce /closed 404