Build distribution to properly expose stringMatching

[#58120558]
This commit is contained in:
slackersoft
2014-12-19 12:45:58 -08:00
parent dfa8a77dc3
commit 9f240c5b9e

View File

@@ -156,6 +156,10 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) {
return new j$.ObjectContaining(sample);
};
j$.stringMatching = function(expected) {
return new j$.StringMatching(expected);
};
j$.createSpy = function(name, originalFn) {
var spyStrategy = new j$.SpyStrategy({