Fix call to addMatchers in the spec helper

This commit is contained in:
robmadole 2015-01-08 11:42:14 -06:00
parent 7bb22be249
commit b98974e777

View File

@ -1,5 +1,5 @@
beforeEach(function () {
jasmine.Expectation.addMatchers({
jasmine.addMatchers({
toBePlaying: function () {
return {
compare: function (actual, expected) {