Revert "Make addCustomEqualityTester available on jasmine global"

Oops, this made it on global object, not `jasmnie`

This reverts commit 144ff174f6.
This commit is contained in:
slackersoft
2013-10-06 11:11:46 -07:00
parent 144ff174f6
commit e91d0341a4
2 changed files with 0 additions and 10 deletions

View File

@@ -69,11 +69,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
},
clock: env.clock,
addCustomEqualityTester: function(tester) {
env.addCustomEqualityTester(tester);
},
jsApiReporter: new jasmine.JsApiReporter({
timer: new jasmine.Timer()
})

View File

@@ -48,11 +48,6 @@
},
clock: env.clock,
addCustomEqualityTester: function(tester) {
env.addCustomEqualityTester(tester);
},
jsApiReporter: new jasmine.JsApiReporter({
timer: new jasmine.Timer()
})