Lots of work on tests

This commit is contained in:
Robin Ward
2014-07-30 18:56:01 -04:00
parent b6684e7168
commit 6f36d5996d
43 changed files with 248 additions and 311 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module("Discourse.Computed", {
setup: function() {
sinon.stub(I18n, "t", function(scope) {
sandbox.stub(I18n, "t", function(scope) {
return "%@ translated: " + scope;
});
},