REFACTOR: Raw Handlebars ported to ES6

This commit is contained in:
Robin Ward
2016-06-30 17:10:08 -04:00
parent b8125b3512
commit 7ff5b228cd
8 changed files with 198 additions and 189 deletions

View File

@@ -1,18 +1,6 @@
import { acceptance } from "helpers/qunit-helpers";
acceptance("Category hashtag", {
loggedIn: true,
setup() {
const response = (object) => {
return [
200,
{"Content-Type": "application/json"},
object
];
};
}
});
acceptance("Category hashtag", { loggedIn: true });
test("category hashtag is cooked properly", () => {
visit("/t/internationalization-localization/280");