Ghost/ghost/admin/tests
Kevin P. Kucharczyk 20adbcde87 Fix posts.post route not redirecting to 404
closes #6385
- redirect to 404 when post is not found
- replace replaceRoute calls with replaceWith calls in routes (replaceRoute is only available on controllers)
- add post mirage factory
- add acceptance test for post 404 redirection
2016-01-26 15:25:53 +01:00
..
acceptance Fix posts.post route not redirecting to 404 2016-01-26 15:25:53 +01:00
helpers Merge pull request #6098 from acburdine/tag-404 2015-12-04 10:20:22 +00:00
integration deps: ember-ajax@0.7.1 2016-01-18 09:37:14 -06:00
unit deps: ember-ajax@0.7.1 2016-01-18 09:37:14 -06:00
.jscsrc Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
.jshintrc Set up ember-cli-mirage and update existing acceptance tests 2015-11-03 15:35:58 +00:00
index.html deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
test-helper.js