Browse Source

dropped unused test

Rafał Pitoń 10 years ago
parent
commit
b033b78a98
1 changed files with 0 additions and 11 deletions
  1. 0 11
      misago/emberapp/tests/unit/helpers/gettext-test.js

+ 0 - 11
misago/emberapp/tests/unit/helpers/gettext-test.js

@@ -1,11 +0,0 @@
-import {
-  gettext
-} from 'misago/helpers/gettext';
-
-module('GettextHelper');
-
-// Replace this with your real tests.
-test('it works', function() {
-  var result = gettext(42);
-  ok(result);
-});