Fix call to addMatchers in the spec helper
This commit is contained in:
parent
7bb22be249
commit
b98974e777
2
test/fixtures/pivotal/spec/SpecHelper.js
vendored
2
test/fixtures/pivotal/spec/SpecHelper.js
vendored
@ -1,5 +1,5 @@
|
|||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
jasmine.Expectation.addMatchers({
|
jasmine.addMatchers({
|
||||||
toBePlaying: function () {
|
toBePlaying: function () {
|
||||||
return {
|
return {
|
||||||
compare: function (actual, expected) {
|
compare: function (actual, expected) {
|
||||||
|
Loading…
Reference in New Issue
Block a user