Ghost/core/test/functional/admin
Hannah Wolfe 13b65cecb9 Redirect feed -> rss
closes #2261

- reserved 'feed' in the list of reserved keywords for slugs
- added a 301 redirect from /feed/ to /rss/
- added a route test, and realised that standard express redirects don't get the right headers
- fixed the headers across all 301 redirects & added tests for the admin redirects
- removed the redirect from /ghost/login/ to /ghost/signin/ as this happens automatically if you're logged out, and isn't very useful if you're logged in as it just redirects again to /ghost/
2014-03-24 09:46:39 +00:00
..
content_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
editor_test.js Fixes race conditions in functional test introduced in PR#2395 2014-03-17 03:06:22 -04:00
flow_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
login_test.js Redirect feed -> rss 2014-03-24 09:46:39 +00:00
logout_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
settings_test.js Added functional test for uploading image/cover in settings 2014-03-12 17:41:59 -04:00