Using new jasmine2 syntax in variant override spec

This commit is contained in:
Rob Harrington
2016-05-26 23:02:05 +10:00
parent 607b674c57
commit 38e37a4dfa

View File

@@ -23,7 +23,7 @@ describe "maintaining a list of dirty variant overrides", ->
describe "setting the value of an attribute", ->
beforeEach ->
spyOn(DirtyVariantOverrides, "add").andCallThrough()
spyOn(DirtyVariantOverrides, "add").and.callThrough()
describe "when a record for the given VO does not exist", ->
beforeEach ->