mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Using new jasmine2 syntax in variant override spec
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user